PolynomialData

Inherits from EvaluatorData

Summary

Constructors

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

Properties

Name Type
coefficients Vec4
scaleValue float
minClamp float
maxClamp float

Static members

Name Type
PolynomialData.typeInfo TypeInformation

Constructors

PolynomialData

PolynomialData()

Creates a new PolynomialData frostbite instance.

PolynomialData

PolynomialData(guid: Guid)

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

Parameters

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

PolynomialData

PolynomialData(other: EvaluatorData)

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

Parameters

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

PolynomialData

PolynomialData(other: EmitterComponentData)

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

Parameters

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

PolynomialData

PolynomialData(other: DataContainer)

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

Parameters

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

Properties

coefficients

Vec4

scaleValue

float

minClamp

float

maxClamp

float

Static members

typeInfo

TypeInformation

The type information for the PolynomialData type.

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