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