Struct ToSoundDef
- Namespace
 - Mech3DotNet.Reader.Mw
 
- Assembly
 - Mech3DotNet.dll
 
public struct ToSoundDef : IConvertOperation<SoundDef>
  - Implements
 
- Inherited Members
 
Methods
Convert(ReaderValue, IEnumerable<string>)
public static SoundDef Convert(ReaderValue value, IEnumerable<string> path)
  Parameters
valueReaderValuepathIEnumerable<string>
Returns
ConvertTo(ReaderValue, IEnumerable<string>)
Apply the operation to the ReaderValue.
This method is not usually called manually, but is called when the operation is applied to a Query.
public SoundDef ConvertTo(ReaderValue value, IEnumerable<string> path)
  Parameters
valueReaderValuepathIEnumerable<string>
Returns
Operators
operator /(Query, ToSoundDef)
public static SoundDef operator /(Query query, ToSoundDef op)
  Parameters
queryQueryopToSoundDef