PolynomialColorInterpData

Inherits from EvaluatorData

Summary

Constructors

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

Properties

Name Type
color0 Vec3
color1 Vec3
coefficients Vec4

Static members

Name Type
PolynomialColorInterpData.typeInfo TypeInformation

Constructors

PolynomialColorInterpData

PolynomialColorInterpData()

Creates a new PolynomialColorInterpData frostbite instance.

PolynomialColorInterpData

PolynomialColorInterpData(guid: Guid)

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

Parameters

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

PolynomialColorInterpData

PolynomialColorInterpData(other: EvaluatorData)

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

Parameters

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

PolynomialColorInterpData

PolynomialColorInterpData(other: EmitterComponentData)

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

Parameters

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

PolynomialColorInterpData

PolynomialColorInterpData(other: DataContainer)

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

Parameters

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

Properties

color0

Vec3

color1

Vec3

coefficients

Vec4

Static members

typeInfo

TypeInformation

The type information for the PolynomialColorInterpData type.

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