Table of Contents

Struct MechConfig

Namespace
Mech3DotNet.Reader.Mw
Assembly
Mech3DotNet.dll
public struct MechConfig
Inherited Members

Fields

armor

public MechConfigArmor armor

Field Value

MechConfigArmor

engine

public MechConfigEngine engine

Field Value

MechConfigEngine

equipment

public List<MechConfigEquipment> equipment

Field Value

List<MechConfigEquipment>

internals

public string? internals

Field Value

string

weapons

public List<MechConfigWeapon> weapons

Field Value

List<MechConfigWeapon>

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.