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