Class SteeringModule
Inheritance
SteeringModule
Assembly: Assembly-CSharp.dll
Syntax
[Reloadable]
public class SteeringModule : BlockModule, IValidatable, IReloadable
Constructors
SteeringModule()
Declaration
Fields
AutomaticToggle
Declaration
[RequireToValidate]
public MToggleReference AutomaticToggle
Field Value
Axis
Declaration
Field Value
HasLimits
Declaration
Field Value
LeftKey
Declaration
[RequireToValidate]
public MKeyReference LeftKey
Field Value
LimitsDefaultMax
Declaration
public float LimitsDefaultMax
Field Value
LimitsDefaultMaxSpecified
Declaration
public bool LimitsDefaultMaxSpecified
Field Value
LimitsDefaultMin
Declaration
public float LimitsDefaultMin
Field Value
LimitsDefaultMinSpecified
Declaration
public bool LimitsDefaultMinSpecified
Field Value
LimitsDisplay
Declaration
[RequireToValidate]
[Reloadable]
public TransformValues LimitsDisplay
Field Value
LimitsHighestAngle
Declaration
[Reloadable]
public float LimitsHighestAngle
Field Value
LimitsHighestAngleSpecified
Declaration
[Reloadable]
public bool LimitsHighestAngleSpecified
Field Value
MaxAngularSpeed
Declaration
[Reloadable]
public float MaxAngularSpeed
Field Value
RightKey
Declaration
[RequireToValidate]
public MKeyReference RightKey
Field Value
SpeedSlider
Declaration
[RequireToValidate]
public MSliderReference SpeedSlider
Field Value
TargetAngleSpeed
Declaration
[Reloadable]
public float TargetAngleSpeed
Field Value
Methods
Validate(String)
Declaration
protected override bool Validate(string elemName)
Parameters
Type |
Name |
Description |
String |
elemName |
|
Returns
Overrides
Implements