TextureArrayAsset

Inherits from TextureAsset

Summary

Constructors

TextureArrayAsset()
TextureArrayAsset(guid: Guid)
TextureArrayAsset(other: TextureAsset)
TextureArrayAsset(other: TextureBaseAsset)
TextureArrayAsset(other: Asset)
TextureArrayAsset(other: DataContainer)

Static members

Name Type
TextureArrayAsset.typeInfo TypeInformation

Constructors

TextureArrayAsset

TextureArrayAsset()

Creates a new TextureArrayAsset frostbite instance.

TextureArrayAsset

TextureArrayAsset(guid: Guid)

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

Parameters

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

TextureArrayAsset

TextureArrayAsset(other: TextureAsset)

Casts an instance of type TextureAsset to TextureArrayAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TextureAsset The instance to cast to TextureArrayAsset.

TextureArrayAsset

TextureArrayAsset(other: TextureBaseAsset)

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

Parameters

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

TextureArrayAsset

TextureArrayAsset(other: Asset)

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

Parameters

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

TextureArrayAsset

TextureArrayAsset(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the TextureArrayAsset type.

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