Struct SoundEffectSet.CustomSoundEffect
Struct for specifying custom sound effects, identified by a string ID. Used for custom rules in a AllowCollect(IHitObject, IReadOnlyList<IHitObject>).
Namespace: MouseDance.Runtime
Assembly: MouseDance.Runtime.dll
Syntax
[Serializable]
public struct CustomSoundEffect
Fields
ID
Declaration
public string ID
Field Value
Type | Description |
---|---|
String |
Sound
Declaration
public AudioClip Sound
Field Value
Type | Description |
---|---|
AudioClip |