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