HullFloatPhysicsData

Inherits from FloatPhysicsData

Summary

Constructors

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

Properties

Name Type
waterResistanceAxisMod Vec3
waterFrictionAxisMod Vec3
offset Vec3
subSurfaceSplits int
depth float
width float
length float
frontCurveDegree float
sideCurveDegree float
nonEngineSteer float
nonEngineSteerMinSpeed float
nonEngineSteerMaxSpeed float
waterDampeningMod float
liftModifier float
supportSizeMod float
angularDampening float
frictionThrottleModifier float

Static members

Name Type
HullFloatPhysicsData.typeInfo TypeInformation

Constructors

HullFloatPhysicsData

HullFloatPhysicsData()

Creates a new HullFloatPhysicsData frostbite instance.

HullFloatPhysicsData

HullFloatPhysicsData(guid: Guid)

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

Parameters

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

HullFloatPhysicsData

HullFloatPhysicsData(other: FloatPhysicsData)

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

Parameters

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

HullFloatPhysicsData

HullFloatPhysicsData(other: DataContainer)

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

Parameters

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

Properties

waterResistanceAxisMod

Vec3

waterFrictionAxisMod

Vec3

offset

Vec3

subSurfaceSplits

int

depth

float

width

float

length

float

frontCurveDegree

float

sideCurveDegree

float

nonEngineSteer

float

nonEngineSteerMinSpeed

float

nonEngineSteerMaxSpeed

float

waterDampeningMod

float

liftModifier

float

supportSizeMod

float

angularDampening

float

frictionThrottleModifier

float

Static members

typeInfo

TypeInformation

The type information for the HullFloatPhysicsData type.

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