Struct SoundGroup
- Namespace
- Mech3DotNet.Reader.Mw
- Assembly
- Mech3DotNet.dll
public struct SoundGroup
- Inherited Members
Fields
delayPlay
public float? delayPlay
Field Value
dynamicWeights
public float? dynamicWeights
Field Value
minDelay
public float? minDelay
Field Value
name
public string name
Field Value
playCount
public int? playCount
Field Value
- int?
playSolo
public bool playSolo
Field Value
sounds
public List<SoundGroup> sounds
Field Value
weight
public float? weight
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.