MotorbikeData
Inherits from DataContainer
Summary
Constructors
MotorbikeData() |
MotorbikeData(guid: Guid) |
MotorbikeData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
MotorbikeData.typeInfo | TypeInformation |
Constructors
MotorbikeData
MotorbikeData()
Creates a new MotorbikeData frostbite instance.
MotorbikeData
MotorbikeData(guid: Guid)
Creates a new MotorbikeData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MotorbikeData
MotorbikeData(other: DataContainer)
Casts an instance of type DataContainer to MotorbikeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MotorbikeData. |
Properties
wheelieForceBodyOffset
wheelieForce
dampBigJumpImpactCounterForce
proximityExtScale
jumpForwardLeanMinAngle
float
jumpForwardLeanMomentum
float
kickstandRoll
float
kickstandLinearDamping
float
leanForceMaxVel
float
counterLeanForce
float
standStillRoll
float
dampBigJumpImpactVelocity
float
yawBrakeDampingLerpStartScale
float
yawBrakeDampingLerpEndScale
float
stoppieActivationVelocity
float
stoppieStartVelocity
float
leanForce
float
stoppieMomentum
float
shortOffgroundGravityMultiplier
float
maxLeaningRoll
float
stoppieStopVelocity
float
proximityHeightTranslation
float
wheelieMaxNoDownForceContactTime
float
wheelieMaxNoContactTime
float
wheelieSteeringFactor
float
wheelieInertia
float
wheelieStartVelocity
float
wheelieMaxVelocityUndamped
float
wheelieMaxVelocityDampRange
float
wheelieOutAngularMomentum
float
wheelieSpringDamping
float
wheelieAngularDamping
float
wheelieAngularDampingSpeed
float
shortOffgroundPeriod
float
wheelieMaxAngle
float
wheelieAngularStartMomentum
float
wheelieMaxVelocity
float
wheelieVelocityForceScale
float
dampBigJumpImpact
bool
Static members
typeInfo
The type information for the MotorbikeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)