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