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