ClimbLadderComponentData

Inherits from ComponentData

Summary

Constructors

ClimbLadderComponentData()
ClimbLadderComponentData(guid: Guid)
ClimbLadderComponentData(other: ComponentData)
ClimbLadderComponentData(other: GameObjectData)
ClimbLadderComponentData(other: GameDataContainer)
ClimbLadderComponentData(other: DataContainer)

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

ClimbLadderBinding

Static members

typeInfo

TypeInformation

The type information for the ClimbLadderComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)