DriverStaticObjectComponentData

Inherits from DriverComponentData

Summary

Constructors

DriverStaticObjectComponentData()
DriverStaticObjectComponentData(guid: Guid)
DriverStaticObjectComponentData(other: DriverComponentData)
DriverStaticObjectComponentData(other: ComponentData)
DriverStaticObjectComponentData(other: GameObjectData)
DriverStaticObjectComponentData(other: GameDataContainer)
DriverStaticObjectComponentData(other: DataContainer)

Properties

Name Type
acceleration float
deceleration float
turningRadius float
turnWhileStill bool
alignWithGroundNormal bool

Static members

Name Type
DriverStaticObjectComponentData.typeInfo TypeInformation

Constructors

DriverStaticObjectComponentData

DriverStaticObjectComponentData()

Creates a new DriverStaticObjectComponentData frostbite instance.

DriverStaticObjectComponentData

DriverStaticObjectComponentData(guid: Guid)

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

Parameters

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

DriverStaticObjectComponentData

DriverStaticObjectComponentData(other: DriverComponentData)

Casts an instance of type DriverComponentData to DriverStaticObjectComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DriverComponentData The instance to cast to DriverStaticObjectComponentData.

DriverStaticObjectComponentData

DriverStaticObjectComponentData(other: ComponentData)

Casts an instance of type ComponentData to DriverStaticObjectComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to DriverStaticObjectComponentData.

DriverStaticObjectComponentData

DriverStaticObjectComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to DriverStaticObjectComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to DriverStaticObjectComponentData.

DriverStaticObjectComponentData

DriverStaticObjectComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to DriverStaticObjectComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to DriverStaticObjectComponentData.

DriverStaticObjectComponentData

DriverStaticObjectComponentData(other: DataContainer)

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

Parameters

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

Properties

acceleration

float

deceleration

float

turningRadius

float

turnWhileStill

bool

alignWithGroundNormal

bool

Static members

typeInfo

TypeInformation

The type information for the DriverStaticObjectComponentData type.

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