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