Table of Contents

Struct SoundDef

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

Fields

filename

public string filename

Field Value

string

hardware

public bool hardware

Field Value

bool

looped

public bool looped

Field Value

bool

name

public string name

Field Value

string

purgeable

public bool purgeable

Field Value

bool

queue

public bool queue

Field Value

bool

range

public Range? range

Field Value

Range?

subtitle

public string? subtitle

Field Value

string

threeD

public bool threeD

Field Value

bool

voice

public bool voice

Field Value

bool

volume

public float volume

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.