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