Struct MechConfig
- Namespace
 - Mech3DotNet.Reader.Mw
 
- Assembly
 - Mech3DotNet.dll
 
public struct MechConfig
  - Inherited Members
 
Fields
armor
public MechConfigArmor armor
  Field Value
engine
public MechConfigEngine engine
  Field Value
equipment
public List<MechConfigEquipment> equipment
  Field Value
internals
public string? internals
  Field Value
weapons
public List<MechConfigWeapon> weapons
  Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
  Returns
- string
 The fully qualified type name.