RotorParameters
Inherits from DataContainer
Summary
Constructors
RotorParameters() |
RotorParameters(guid: Guid) |
RotorParameters(other: DataContainer) |
Properties
Name | Type |
---|---|
cyclicInputScaleRoll | float |
cyclicInputScalePitch | float |
collectiveThrottleInputScale | float |
collectiveBrakeInputScale | float |
collectiveInputIdle | float |
horizontalForceModifier | float |
angleOfAttack | Vec2[] |
cyclicFadeOutOffset | float |
additionalGravityModifier | float |
horisontalMinEffectMod | float |
horisontalMinEffectVelocity | float |
enableHorisontalMinEffect | bool |
reverseThrottle | bool |
Static members
Name | Type |
---|---|
RotorParameters.typeInfo | TypeInformation |
Constructors
RotorParameters
RotorParameters()
Creates a new RotorParameters frostbite instance.
RotorParameters
RotorParameters(guid: Guid)
Creates a new RotorParameters frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
RotorParameters
RotorParameters(other: DataContainer)
Casts an instance of type DataContainer to RotorParameters. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to RotorParameters. |
Properties
cyclicInputScaleRoll
float
cyclicInputScalePitch
float
collectiveThrottleInputScale
float
collectiveBrakeInputScale
float
collectiveInputIdle
float
horizontalForceModifier
float
angleOfAttack
Vec2[]
cyclicFadeOutOffset
float
additionalGravityModifier
float
horisontalMinEffectMod
float
horisontalMinEffectVelocity
float
enableHorisontalMinEffect
bool
reverseThrottle
bool
Static members
typeInfo
The type information for the RotorParameters type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)