Struct SoundDef
- Namespace
 - Mech3DotNet.Reader.Mw
 
- Assembly
 - Mech3DotNet.dll
 
public struct SoundDef
  - Inherited Members
 
Fields
filename
public string filename
  Field Value
hardware
public bool hardware
  Field Value
looped
public bool looped
  Field Value
name
public string name
  Field Value
purgeable
public bool purgeable
  Field Value
queue
public bool queue
  Field Value
range
public Range? range
  Field Value
subtitle
public string? subtitle
  Field Value
threeD
public bool threeD
  Field Value
voice
public bool voice
  Field Value
volume
public float volume
  Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
  Returns
- string
 The fully qualified type name.