WheelComponentData
Inherits from PartComponentData
Summary
Constructors
WheelComponentData() |
WheelComponentData(guid: Guid) |
WheelComponentData(other: PartComponentData) |
WheelComponentData(other: ComponentData) |
WheelComponentData(other: GameObjectData) |
WheelComponentData(other: GameDataContainer) |
WheelComponentData(other: DataContainer) |
Properties
Name | Type |
---|---|
config | WheelConfigData | nil |
physicsType | WheelPhysicsType |
effectClampVelocity | float |
Static members
Name | Type |
---|---|
WheelComponentData.typeInfo | TypeInformation |
Constructors
WheelComponentData
WheelComponentData()
Creates a new WheelComponentData frostbite instance.
WheelComponentData
WheelComponentData(guid: Guid)
Creates a new WheelComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
WheelComponentData
WheelComponentData(other: PartComponentData)
Casts an instance of type PartComponentData to WheelComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PartComponentData | The instance to cast to WheelComponentData. |
WheelComponentData
WheelComponentData(other: ComponentData)
Casts an instance of type ComponentData to WheelComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to WheelComponentData. |
WheelComponentData
WheelComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to WheelComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to WheelComponentData. |
WheelComponentData
WheelComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to WheelComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to WheelComponentData. |
WheelComponentData
WheelComponentData(other: DataContainer)
Casts an instance of type DataContainer to WheelComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to WheelComponentData. |
Properties
config
WheelConfigData | nil
physicsType
effectClampVelocity
float
Static members
typeInfo
The type information for the WheelComponentData type.