ClimbingStateData
Inherits from CharacterStateData
Summary
Constructors
ClimbingStateData() |
ClimbingStateData(guid: Guid) |
ClimbingStateData(other: CharacterStateData) |
ClimbingStateData(other: DataContainer) |
Properties
Name | Type |
---|---|
lateralInputScale | float |
downAngleLimit | float |
dropOffAngle | float |
attractionVelocity | float |
pushAwayVelocity | float |
climbHeightOffset | float |
climbOffVerticalDistance | float |
climbOffVerticalTime | float |
climbOffHorizontalDistance | float |
climbOffHorizontalTime | float |
Static members
Name | Type |
---|---|
ClimbingStateData.typeInfo | TypeInformation |
Constructors
ClimbingStateData
ClimbingStateData()
Creates a new ClimbingStateData frostbite instance.
ClimbingStateData
ClimbingStateData(guid: Guid)
Creates a new ClimbingStateData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ClimbingStateData
ClimbingStateData(other: CharacterStateData)
Casts an instance of type CharacterStateData to ClimbingStateData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | CharacterStateData | The instance to cast to ClimbingStateData. |
ClimbingStateData
ClimbingStateData(other: DataContainer)
Casts an instance of type DataContainer to ClimbingStateData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ClimbingStateData. |
Properties
lateralInputScale
float
downAngleLimit
float
dropOffAngle
float
attractionVelocity
float
pushAwayVelocity
float
climbHeightOffset
float
climbOffVerticalDistance
float
climbOffVerticalTime
float
climbOffHorizontalDistance
float
climbOffHorizontalTime
float
Static members
typeInfo
The type information for the ClimbingStateData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)