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