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