SampleTextureData

Inherits from EvaluatorData

Summary

Constructors

SampleTextureData()
SampleTextureData(guid: Guid)
SampleTextureData(other: EvaluatorData)
SampleTextureData(other: EmitterComponentData)
SampleTextureData(other: DataContainer)

Properties

Name Type
textureDimensions Vec2
colorIntensityMax Vec3
colorIntensityMin Vec3
gradientData Vec4[]
textureOriginU float
textureOriginV float

Static members

Name Type
SampleTextureData.typeInfo TypeInformation

Constructors

SampleTextureData

SampleTextureData()

Creates a new SampleTextureData frostbite instance.

SampleTextureData

SampleTextureData(guid: Guid)

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

Parameters

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

SampleTextureData

SampleTextureData(other: EvaluatorData)

Casts an instance of type EvaluatorData to SampleTextureData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EvaluatorData The instance to cast to SampleTextureData.

SampleTextureData

SampleTextureData(other: EmitterComponentData)

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

Parameters

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

SampleTextureData

SampleTextureData(other: DataContainer)

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

Parameters

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

Properties

textureDimensions

Vec2

colorIntensityMax

Vec3

colorIntensityMin

Vec3

gradientData

Vec4[]

textureOriginU

float

textureOriginV

float

Static members

typeInfo

TypeInformation

The type information for the SampleTextureData type.

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