PolynomialColorInterpData
Inherits from EvaluatorData
Summary
Constructors
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
color1
coefficients
Static members
typeInfo
The type information for the PolynomialColorInterpData type.