AnimatedDriverEntityData
Inherits from GameEntityData
Summary
Constructors
| AnimatedDriverEntityData() |
| AnimatedDriverEntityData(guid: Guid) |
| AnimatedDriverEntityData(other: GameEntityData) |
| AnimatedDriverEntityData(other: SpatialEntityData) |
| AnimatedDriverEntityData(other: EntityData) |
| AnimatedDriverEntityData(other: GameObjectData) |
| AnimatedDriverEntityData(other: GameDataContainer) |
| AnimatedDriverEntityData(other: DataContainer) |
Properties
Static members
| Name | Type |
|---|---|
| AnimatedDriverEntityData.typeInfo | TypeInformation |
Constructors
AnimatedDriverEntityData
AnimatedDriverEntityData()
Creates a new AnimatedDriverEntityData frostbite instance.
AnimatedDriverEntityData
AnimatedDriverEntityData(guid: Guid)
Creates a new AnimatedDriverEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
AnimatedDriverEntityData
AnimatedDriverEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameEntityData | The instance to cast to AnimatedDriverEntityData. |
AnimatedDriverEntityData
AnimatedDriverEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntityData | The instance to cast to AnimatedDriverEntityData. |
AnimatedDriverEntityData
AnimatedDriverEntityData(other: EntityData)
Casts an instance of type EntityData to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to AnimatedDriverEntityData. |
AnimatedDriverEntityData
AnimatedDriverEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to AnimatedDriverEntityData. |
AnimatedDriverEntityData
AnimatedDriverEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to AnimatedDriverEntityData. |
AnimatedDriverEntityData
AnimatedDriverEntityData(other: DataContainer)
Casts an instance of type DataContainer to AnimatedDriverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to AnimatedDriverEntityData. |
Properties
inputTransform
vehicleBoost
vehicleSpeed
vehicleMovementState
vehicleClutch
vehicleBrake
movementStateStandThreshold
float
yaw
roll
pitch
delayAnimationWheelTransform
bool
Static members
typeInfo
The type information for the AnimatedDriverEntityData type.