VehicleVisualCustomizationAsset
Inherits from Asset
Summary
Constructors
VehicleVisualCustomizationAsset() |
VehicleVisualCustomizationAsset(guid: Guid) |
VehicleVisualCustomizationAsset(other: Asset) |
VehicleVisualCustomizationAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
textureUnlockPartCollections | ShaderTextureUnlockPartCollection[] |
textUnlockParts | TextUnlockPartData[] |
Static members
Name | Type |
---|---|
VehicleVisualCustomizationAsset.typeInfo | TypeInformation |
Constructors
VehicleVisualCustomizationAsset
VehicleVisualCustomizationAsset()
Creates a new VehicleVisualCustomizationAsset frostbite instance.
VehicleVisualCustomizationAsset
VehicleVisualCustomizationAsset(guid: Guid)
Creates a new VehicleVisualCustomizationAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VehicleVisualCustomizationAsset
VehicleVisualCustomizationAsset(other: Asset)
Casts an instance of type Asset to VehicleVisualCustomizationAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to VehicleVisualCustomizationAsset. |
VehicleVisualCustomizationAsset
VehicleVisualCustomizationAsset(other: DataContainer)
Casts an instance of type DataContainer to VehicleVisualCustomizationAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VehicleVisualCustomizationAsset. |
Properties
textureUnlockPartCollections
textUnlockParts
Static members
typeInfo
The type information for the VehicleVisualCustomizationAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)