BoatFloatPhysicsData

Inherits from HullFloatPhysicsData

Summary

Constructors

BoatFloatPhysicsData()
BoatFloatPhysicsData(guid: Guid)
BoatFloatPhysicsData(other: HullFloatPhysicsData)
BoatFloatPhysicsData(other: FloatPhysicsData)
BoatFloatPhysicsData(other: DataContainer)

Properties

Name Type
frontRatio float

Static members

Name Type
BoatFloatPhysicsData.typeInfo TypeInformation

Constructors

BoatFloatPhysicsData

BoatFloatPhysicsData()

Creates a new BoatFloatPhysicsData frostbite instance.

BoatFloatPhysicsData

BoatFloatPhysicsData(guid: Guid)

Creates a new BoatFloatPhysicsData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

BoatFloatPhysicsData

BoatFloatPhysicsData(other: HullFloatPhysicsData)

Casts an instance of type HullFloatPhysicsData to BoatFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other HullFloatPhysicsData The instance to cast to BoatFloatPhysicsData.

BoatFloatPhysicsData

BoatFloatPhysicsData(other: FloatPhysicsData)

Casts an instance of type FloatPhysicsData to BoatFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other FloatPhysicsData The instance to cast to BoatFloatPhysicsData.

BoatFloatPhysicsData

BoatFloatPhysicsData(other: DataContainer)

Casts an instance of type DataContainer to BoatFloatPhysicsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to BoatFloatPhysicsData.

Properties

frontRatio

float

Static members

typeInfo

TypeInformation

The type information for the BoatFloatPhysicsData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)