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