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