UIVehicleCompData
Inherits from UIComponentData
Summary
Constructors
UIVehicleCompData() |
UIVehicleCompData(guid: Guid) |
UIVehicleCompData(other: UIComponentData) |
UIVehicleCompData(other: Asset) |
UIVehicleCompData(other: DataContainer) |
Properties
Name | Type |
---|---|
rangeMeterUpdatesPerSecond | int |
Static members
Name | Type |
---|---|
UIVehicleCompData.typeInfo | TypeInformation |
Constructors
UIVehicleCompData
UIVehicleCompData()
Creates a new UIVehicleCompData frostbite instance.
UIVehicleCompData
UIVehicleCompData(guid: Guid)
Creates a new UIVehicleCompData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIVehicleCompData
UIVehicleCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UIVehicleCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIComponentData | The instance to cast to UIVehicleCompData. |
UIVehicleCompData
UIVehicleCompData(other: Asset)
Casts an instance of type Asset to UIVehicleCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UIVehicleCompData. |
UIVehicleCompData
UIVehicleCompData(other: DataContainer)
Casts an instance of type DataContainer to UIVehicleCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIVehicleCompData. |
Properties
rangeMeterUpdatesPerSecond
int
Static members
typeInfo
The type information for the UIVehicleCompData type.