csharp
public enum VariantSelectionHow 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)
ShuffleEvery variant plays once before any plays twice, in a fresh order each round.
RandomWeighted random, which may repeat.
RandomNoRepeatWeighted random, never the same one twice running.
SequentialIn 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