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