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