Show / Hide Table of Contents

Class SteeringModule

Inheritance
Object
Element
BlockModule
SteeringModule
Implements
IValidatable
IReloadable
Inherited Members
BlockModule.ModId
BlockModule.OnReload(IReloadable)
BlockModule.PreprocessForReloading()
Element.Validate()
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding.Modules.Official
Assembly: Assembly-CSharp.dll
Syntax
[Reloadable]
public class SteeringModule : BlockModule, IValidatable, IReloadable

Constructors

SteeringModule()

Declaration
public SteeringModule()

Fields

AutomaticToggle

Declaration
[RequireToValidate]
public MToggleReference AutomaticToggle
Field Value
Type Description
MToggleReference

Axis

Declaration
public Direction Axis
Field Value
Type Description
Direction

HasLimits

Declaration
public bool HasLimits
Field Value
Type Description
Boolean

LeftKey

Declaration
[RequireToValidate]
public MKeyReference LeftKey
Field Value
Type Description
MKeyReference

LimitsDefaultMax

Declaration
public float LimitsDefaultMax
Field Value
Type Description
Single

LimitsDefaultMaxSpecified

Declaration
public bool LimitsDefaultMaxSpecified
Field Value
Type Description
Boolean

LimitsDefaultMin

Declaration
public float LimitsDefaultMin
Field Value
Type Description
Single

LimitsDefaultMinSpecified

Declaration
public bool LimitsDefaultMinSpecified
Field Value
Type Description
Boolean

LimitsDisplay

Declaration
[RequireToValidate]
[Reloadable]
public TransformValues LimitsDisplay
Field Value
Type Description
TransformValues

LimitsHighestAngle

Declaration
[Reloadable]
public float LimitsHighestAngle
Field Value
Type Description
Single

LimitsHighestAngleSpecified

Declaration
[Reloadable]
public bool LimitsHighestAngleSpecified
Field Value
Type Description
Boolean

MaxAngularSpeed

Declaration
[Reloadable]
public float MaxAngularSpeed
Field Value
Type Description
Single

RightKey

Declaration
[RequireToValidate]
public MKeyReference RightKey
Field Value
Type Description
MKeyReference

SpeedSlider

Declaration
[RequireToValidate]
public MSliderReference SpeedSlider
Field Value
Type Description
MSliderReference

TargetAngleSpeed

Declaration
[Reloadable]
public float TargetAngleSpeed
Field Value
Type Description
Single

Methods

Validate(String)

Declaration
protected override bool Validate(string elemName)
Parameters
Type Name Description
String elemName
Returns
Type Description
Boolean
Overrides
Element.Validate(String)

Implements

IValidatable
IReloadable
Back to top Generated by DocFX