Table of Contents

Struct SoundGroup

Namespace
Mech3DotNet.Reader.Mw
Assembly
Mech3DotNet.dll
public struct SoundGroup
Inherited Members

Fields

delayPlay

public float? delayPlay

Field Value

float?

dynamicWeights

public float? dynamicWeights

Field Value

float?

minDelay

public float? minDelay

Field Value

float?

name

public string name

Field Value

string

playCount

public int? playCount

Field Value

int?

playSolo

public bool playSolo

Field Value

bool

sounds

public List<SoundGroup> sounds

Field Value

List<SoundGroup>

weight

public float? weight

Field Value

float?

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.