HovercraftFloatPhysicsData
Inherits from HullFloatPhysicsData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| landResistanceAxisMod | Vec3 |
| landFrictionAxisMod | Vec3 |
| frontLength | float |
| sideLength | float |
Static members
| Name | Type |
|---|---|
| HovercraftFloatPhysicsData.typeInfo | TypeInformation |
Constructors
HovercraftFloatPhysicsData
HovercraftFloatPhysicsData()
Creates a new HovercraftFloatPhysicsData frostbite instance.
HovercraftFloatPhysicsData
HovercraftFloatPhysicsData(guid: Guid)
Creates a new HovercraftFloatPhysicsData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
HovercraftFloatPhysicsData
HovercraftFloatPhysicsData(other: HullFloatPhysicsData)
Casts an instance of type HullFloatPhysicsData to HovercraftFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | HullFloatPhysicsData | The instance to cast to HovercraftFloatPhysicsData. |
HovercraftFloatPhysicsData
HovercraftFloatPhysicsData(other: FloatPhysicsData)
Casts an instance of type FloatPhysicsData to HovercraftFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | FloatPhysicsData | The instance to cast to HovercraftFloatPhysicsData. |
HovercraftFloatPhysicsData
HovercraftFloatPhysicsData(other: DataContainer)
Casts an instance of type DataContainer to HovercraftFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to HovercraftFloatPhysicsData. |
Properties
landResistanceAxisMod
landFrictionAxisMod
frontLength
float
sideLength
float
Static members
typeInfo
The type information for the HovercraftFloatPhysicsData type.