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