VehicleExitPointComponentData
Inherits from ComponentData
Summary
Constructors
Properties
Name | Type |
---|---|
impulse | Vec3 |
terrainHeight | float |
ordinal | int |
velocity | float |
inheritCameraDirection | bool |
checkForVehicleOverrun | bool |
Static members
Name | Type |
---|---|
VehicleExitPointComponentData.typeInfo | TypeInformation |
Constructors
VehicleExitPointComponentData
VehicleExitPointComponentData()
Creates a new VehicleExitPointComponentData frostbite instance.
VehicleExitPointComponentData
VehicleExitPointComponentData(guid: Guid)
Creates a new VehicleExitPointComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VehicleExitPointComponentData
VehicleExitPointComponentData(other: ComponentData)
Casts an instance of type ComponentData to VehicleExitPointComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to VehicleExitPointComponentData. |
VehicleExitPointComponentData
VehicleExitPointComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to VehicleExitPointComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to VehicleExitPointComponentData. |
VehicleExitPointComponentData
VehicleExitPointComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to VehicleExitPointComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to VehicleExitPointComponentData. |
VehicleExitPointComponentData
VehicleExitPointComponentData(other: DataContainer)
Casts an instance of type DataContainer to VehicleExitPointComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VehicleExitPointComponentData. |
Properties
impulse
terrainHeight
float
ordinal
int
velocity
float
inheritCameraDirection
bool
checkForVehicleOverrun
bool
Static members
typeInfo
The type information for the VehicleExitPointComponentData type.