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