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