LadderEntityData
Inherits from StaticModelEntityData
Summary
Constructors
LadderEntityData() |
LadderEntityData(guid: Guid) |
LadderEntityData(other: StaticModelEntityData) |
LadderEntityData(other: GamePhysicsEntityData) |
LadderEntityData(other: GameEntityData) |
LadderEntityData(other: SpatialEntityData) |
LadderEntityData(other: EntityData) |
LadderEntityData(other: GameObjectData) |
LadderEntityData(other: GameDataContainer) |
LadderEntityData(other: DataContainer) |
Static members
Name | Type |
---|---|
LadderEntityData.typeInfo | TypeInformation |
Constructors
LadderEntityData
LadderEntityData()
Creates a new LadderEntityData frostbite instance.
LadderEntityData
LadderEntityData(guid: Guid)
Creates a new LadderEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
LadderEntityData
LadderEntityData(other: StaticModelEntityData)
Casts an instance of type StaticModelEntityData to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | StaticModelEntityData | The instance to cast to LadderEntityData. |
LadderEntityData
LadderEntityData(other: GamePhysicsEntityData)
Casts an instance of type GamePhysicsEntityData to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GamePhysicsEntityData | The instance to cast to LadderEntityData. |
LadderEntityData
LadderEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to LadderEntityData. |
LadderEntityData
LadderEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to LadderEntityData. |
LadderEntityData
LadderEntityData(other: EntityData)
Casts an instance of type EntityData to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to LadderEntityData. |
LadderEntityData
LadderEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to LadderEntityData. |
LadderEntityData
LadderEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to LadderEntityData. |
LadderEntityData
LadderEntityData(other: DataContainer)
Casts an instance of type DataContainer to LadderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to LadderEntityData. |
Static members
typeInfo
The type information for the LadderEntityData type.