Table of Contents

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 ReaderValue
path IEnumerable<string>
chassisName string

Returns

MechConfigAnims

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 ReaderValue
path IEnumerable<string>

Returns

MechConfigAnims

Operators

operator /(Query, ToMechConfigAnims)

public static MechConfigAnims operator /(Query query, ToMechConfigAnims op)

Parameters

query Query
op ToMechConfigAnims

Returns

MechConfigAnims