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