NoiseTextureAsset

Inherits from TextureBaseAsset

Summary

Constructors

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

Static members

Name Type
NoiseTextureAsset.typeInfo TypeInformation

Constructors

NoiseTextureAsset

NoiseTextureAsset()

Creates a new NoiseTextureAsset frostbite instance.

NoiseTextureAsset

NoiseTextureAsset(guid: Guid)

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

Parameters

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

NoiseTextureAsset

NoiseTextureAsset(other: TextureBaseAsset)

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

Parameters

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

NoiseTextureAsset

NoiseTextureAsset(other: Asset)

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

Parameters

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

NoiseTextureAsset

NoiseTextureAsset(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the NoiseTextureAsset type.

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