UIGraphAsset
Inherits from Asset
Summary
Constructors
| UIGraphAsset() |
| UIGraphAsset(guid: Guid) |
| UIGraphAsset(other: Asset) |
| UIGraphAsset(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| nodes | UINodeData[] |
| globalNode | GlobalNode | nil |
| connections | UINodeConnection[] |
| audioEventMappings | UIAudioEventAsset | nil |
| bundleAssetName | string |
| eventList | UIEventAsset[] |
| modal | bool |
| protectScreens | bool |
| isWin32UIGraphAsset | bool |
| isXenonUIGraphAsset | bool |
| isPs3UIGraphAsset | bool |
Static members
| Name | Type |
|---|---|
| UIGraphAsset.typeInfo | TypeInformation |
Constructors
UIGraphAsset
UIGraphAsset()
Creates a new UIGraphAsset frostbite instance.
UIGraphAsset
UIGraphAsset(guid: Guid)
Creates a new UIGraphAsset frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UIGraphAsset
UIGraphAsset(other: Asset)
Casts an instance of type Asset to UIGraphAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to UIGraphAsset. |
UIGraphAsset
UIGraphAsset(other: DataContainer)
Casts an instance of type DataContainer to UIGraphAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UIGraphAsset. |
Properties
nodes
globalNode
GlobalNode | nil
connections
audioEventMappings
UIAudioEventAsset | nil
bundleAssetName
string
eventList
modal
bool
protectScreens
bool
isWin32UIGraphAsset
bool
isXenonUIGraphAsset
bool
isPs3UIGraphAsset
bool
Static members
typeInfo
The type information for the UIGraphAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)