Table of Contents

Struct ToSoundSet

Namespace
Mech3DotNet.Reader.Mw
Assembly
Mech3DotNet.dll
public struct ToSoundSet : IConvertOperation<SoundSet>
Implements
Inherited Members

Methods

Convert(ReaderValue, IEnumerable<string>)

public static SoundSet Convert(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

SoundSet

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 SoundSet ConvertTo(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

SoundSet

Operators

operator /(Query, ToSoundSet)

public static SoundSet operator /(Query query, ToSoundSet op)

Parameters

query Query
op ToSoundSet

Returns

SoundSet