StabilizerData
Inherits from DataContainer
Summary
Constructors
StabilizerData() |
StabilizerData(guid: Guid) |
StabilizerData(other: DataContainer) |
Properties
Name | Type |
---|---|
pitchStrength | float |
rollStrength | float |
verticalVelocityStrength | float |
yawStrength | float |
advancedYaw | bool |
advanced | bool |
Static members
Name | Type |
---|---|
StabilizerData.typeInfo | TypeInformation |
Constructors
StabilizerData
StabilizerData()
Creates a new StabilizerData frostbite instance.
StabilizerData
StabilizerData(guid: Guid)
Creates a new StabilizerData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
StabilizerData
StabilizerData(other: DataContainer)
Casts an instance of type DataContainer to StabilizerData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to StabilizerData. |
Properties
pitchStrength
float
rollStrength
float
verticalVelocityStrength
float
yawStrength
float
advancedYaw
bool
advanced
bool
Static members
typeInfo
The type information for the StabilizerData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)