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