Struct ToMechConfigAnims
- Namespace
- Mech3DotNet.Reader.Mw
- Assembly
- Mech3DotNet.dll
public struct ToMechConfigAnims : IConvertOperation<MechConfigAnims>
- Implements
- Inherited Members
Methods
Convert(ReaderValue, IEnumerable<string>, string?)
public static MechConfigAnims Convert(ReaderValue value, IEnumerable<string> path, string? chassisName)
Parameters
value
ReaderValuepath
IEnumerable<string>chassisName
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 MechConfigAnims ConvertTo(ReaderValue value, IEnumerable<string> path)
Parameters
value
ReaderValuepath
IEnumerable<string>
Returns
Operators
operator /(Query, ToMechConfigAnims)
public static MechConfigAnims operator /(Query query, ToMechConfigAnims op)
Parameters
query
Queryop
ToMechConfigAnims