UITextureStreamingComponentData

Inherits from UIComponentData

Summary

Constructors

UITextureStreamingComponentData()
UITextureStreamingComponentData(guid: Guid)
UITextureStreamingComponentData(other: UIComponentData)
UITextureStreamingComponentData(other: Asset)
UITextureStreamingComponentData(other: DataContainer)

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

TypeInformation

The type information for the UITextureStreamingComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)