Class Data_GroundLaunchClamp
- Namespace
- KSP.Modules
- Assembly
- Assembly-CSharp.dll
public sealed class Data_GroundLaunchClamp : ModuleData, IMassModifier
- Inheritance
-
Data_GroundLaunchClamp
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
Data_GroundLaunchClamp()
public Data_GroundLaunchClamp()
Fields
AngleMultiplier
[KSPDefinition]
public float AngleMultiplier
Field Value
- float
AnimatorPitchAngleName
[KSPDefinition]
public string AnimatorPitchAngleName
Field Value
- string
ArmLength
[KSPDefinition]
public float ArmLength
Field Value
- float
DefaultMassScaleModifier
[KSPDefinition]
public float DefaultMassScaleModifier
Field Value
- float
Height
[KSPState]
public float Height
Field Value
- float
InitialHeight
[KSPDefinition]
public float InitialHeight
Field Value
- float
MaxHeight
[KSPDefinition]
public float MaxHeight
Field Value
- float
ReleasePlaybackMultiplierName
[KSPDefinition]
public string ReleasePlaybackMultiplierName
Field Value
- string
RepeaterMass
[KSPState]
public float RepeaterMass
Field Value
- float
RotationAxis
[KSPDefinition]
public Vector3 RotationAxis
Field Value
- Vector3
ScaleFactor
[KSPState]
public float ScaleFactor
Field Value
- float
isReleased
[KSPState]
public bool isReleased
Field Value
- bool
Properties
MassModifier
public float MassModifier { get; }
Property Value
- float
ModuleType
public override Type ModuleType { get; }
Property Value
- Type