ClimbLadderComponentData
Inherits from ComponentData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| climbPhase | int |
| connectPhase | int |
| connectJointDisplacement | float |
| binding | ClimbLadderBinding |
Static members
| Name | Type |
|---|---|
| ClimbLadderComponentData.typeInfo | TypeInformation |
Constructors
ClimbLadderComponentData
ClimbLadderComponentData()
Creates a new ClimbLadderComponentData frostbite instance.
ClimbLadderComponentData
ClimbLadderComponentData(guid: Guid)
Creates a new ClimbLadderComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
ClimbLadderComponentData
ClimbLadderComponentData(other: ComponentData)
Casts an instance of type ComponentData to ClimbLadderComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | ComponentData | The instance to cast to ClimbLadderComponentData. |
ClimbLadderComponentData
ClimbLadderComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to ClimbLadderComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to ClimbLadderComponentData. |
ClimbLadderComponentData
ClimbLadderComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to ClimbLadderComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to ClimbLadderComponentData. |
ClimbLadderComponentData
ClimbLadderComponentData(other: DataContainer)
Casts an instance of type DataContainer to ClimbLadderComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to ClimbLadderComponentData. |
Properties
climbPhase
int
connectPhase
int
connectJointDisplacement
float
binding
Static members
typeInfo
The type information for the ClimbLadderComponentData type.