Vixen
02b45cc4
csharp
public enum VariantSelection

How an event chooses which of its variants to play.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Shuffle

    Every variant plays once before any plays twice, in a fresh order each round.

  • Random

    Weighted random, which may repeat.

  • RandomNoRepeat

    Weighted random, never the same one twice running.

  • Sequential

    In the order they are written, round and round.

Used by (8)

  • AudioEventAssetVixen.Audio
  • AudioEventAssetTestsVixen.Audio.Tests
  • AudioEventDescriptionVixen.Audio
  • AudioEventTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • VariantSelectionTestsVixen.Audio.Tests
  • VariantSelectorVixen.Audio
  • Vixen_Audio_Assets_AudioEventAssetSerializerVixen.Audio