BoxFloatPhysicsData
Inherits from FloatPhysicsData
Summary
Constructors
BoxFloatPhysicsData() |
BoxFloatPhysicsData(guid: Guid) |
BoxFloatPhysicsData(other: FloatPhysicsData) |
BoxFloatPhysicsData(other: DataContainer) |
Static members
Name | Type |
---|---|
BoxFloatPhysicsData.typeInfo | TypeInformation |
Constructors
BoxFloatPhysicsData
BoxFloatPhysicsData()
Creates a new BoxFloatPhysicsData frostbite instance.
BoxFloatPhysicsData
BoxFloatPhysicsData(guid: Guid)
Creates a new BoxFloatPhysicsData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
BoxFloatPhysicsData
BoxFloatPhysicsData(other: FloatPhysicsData)
Casts an instance of type FloatPhysicsData to BoxFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | FloatPhysicsData | The instance to cast to BoxFloatPhysicsData. |
BoxFloatPhysicsData
BoxFloatPhysicsData(other: DataContainer)
Casts an instance of type DataContainer to BoxFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to BoxFloatPhysicsData. |
Static members
typeInfo
The type information for the BoxFloatPhysicsData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)