UpdateTextureCoordsData

Inherits from ProcessorData

Summary

Constructors

UpdateTextureCoordsData()
UpdateTextureCoordsData(guid: Guid)
UpdateTextureCoordsData(other: ProcessorData)
UpdateTextureCoordsData(other: EmitterComponentData)
UpdateTextureCoordsData(other: DataContainer)

Properties

Name Type
textureInfo1 EmitterTextureInfo
textureBlendValue float

Static members

Name Type
UpdateTextureCoordsData.typeInfo TypeInformation

Constructors

UpdateTextureCoordsData

UpdateTextureCoordsData()

Creates a new UpdateTextureCoordsData frostbite instance.

UpdateTextureCoordsData

UpdateTextureCoordsData(guid: Guid)

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

Parameters

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

UpdateTextureCoordsData

UpdateTextureCoordsData(other: ProcessorData)

Casts an instance of type ProcessorData to UpdateTextureCoordsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProcessorData The instance to cast to UpdateTextureCoordsData.

UpdateTextureCoordsData

UpdateTextureCoordsData(other: EmitterComponentData)

Casts an instance of type EmitterComponentData to UpdateTextureCoordsData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EmitterComponentData The instance to cast to UpdateTextureCoordsData.

UpdateTextureCoordsData

UpdateTextureCoordsData(other: DataContainer)

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

Parameters

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

Properties

textureInfo1

EmitterTextureInfo

textureBlendValue

float

Static members

typeInfo

TypeInformation

The type information for the UpdateTextureCoordsData type.

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