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