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