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