LadderComponentData

Inherits from ComponentData

Summary

Constructors

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

Static members

Name Type
LadderComponentData.typeInfo TypeInformation

Constructors

LadderComponentData

LadderComponentData()

Creates a new LadderComponentData frostbite instance.

LadderComponentData

LadderComponentData(guid: Guid)

Creates a new LadderComponentData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

LadderComponentData

LadderComponentData(other: ComponentData)

Casts an instance of type ComponentData to LadderComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to LadderComponentData.

LadderComponentData

LadderComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to LadderComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to LadderComponentData.

LadderComponentData

LadderComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to LadderComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to LadderComponentData.

LadderComponentData

LadderComponentData(other: DataContainer)

Casts an instance of type DataContainer to LadderComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to LadderComponentData.

Static members

typeInfo

TypeInformation

The type information for the LadderComponentData type.

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