RenderTextureAsset

Inherits from TextureBaseAsset

Summary

Constructors

RenderTextureAsset()
RenderTextureAsset(guid: Guid)
RenderTextureAsset(other: TextureBaseAsset)
RenderTextureAsset(other: Asset)
RenderTextureAsset(other: DataContainer)

Static members

Name Type
RenderTextureAsset.typeInfo TypeInformation

Constructors

RenderTextureAsset

RenderTextureAsset()

Creates a new RenderTextureAsset frostbite instance.

RenderTextureAsset

RenderTextureAsset(guid: Guid)

Creates a new RenderTextureAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

RenderTextureAsset

RenderTextureAsset(other: TextureBaseAsset)

Casts an instance of type TextureBaseAsset to RenderTextureAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TextureBaseAsset The instance to cast to RenderTextureAsset.

RenderTextureAsset

RenderTextureAsset(other: Asset)

Casts an instance of type Asset to RenderTextureAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to RenderTextureAsset.

RenderTextureAsset

RenderTextureAsset(other: DataContainer)

Casts an instance of type DataContainer to RenderTextureAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to RenderTextureAsset.

Static members

typeInfo

TypeInformation

The type information for the RenderTextureAsset type.

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