Edit

ExpressionValues.Constant Class

Definition

Create a constant parameter whose value can be changed without recreating the expression.

public static class ExpressionValues.Constant
type ExpressionValues.Constant = class
Public Class ExpressionValues.Constant
Inheritance
ExpressionValues.Constant

Methods

CreateConstantBoolean(String, Boolean)

Creates a named constant parameter of type bool, initialized with the specified value.

CreateConstantBoolean(String)

Creates a named constant parameter of type bool.

CreateConstantColor(String, Color)

Creates a named constant parameter of type Color, initialized with the specified value.

CreateConstantColor(String)

Creates a named constant parameter of type Color.

CreateConstantMatrix3x2(String, Matrix3x2)

Creates a named constant parameter of type Matrix3x2, initialized with the specified value.

CreateConstantMatrix3x2(String)

Creates a named constant parameter of type Matrix3x2.

CreateConstantMatrix4x4(String, Matrix4x4)

Creates a named constant parameter of type Matrix4x4, initialized with the specified value.

CreateConstantMatrix4x4(String)

Creates a named constant parameter of type Matrix4x4.

CreateConstantQuaternion(String, Quaternion)

Creates a named constant parameter of type Quaternion, initialized with the specified value.

CreateConstantQuaternion(String)

Creates a named constant parameter of type Quaternion.

CreateConstantScalar(String, Single)

Creates a named constant parameter of type float, initialized with the specified value.

CreateConstantScalar(String)

Creates a named constant parameter of type float.

CreateConstantVector2(String, Vector2)

Creates a named constant parameter of type Vector2, initialized with the specified value.

CreateConstantVector2(String)

Creates a named constant parameter of type Vector2.

CreateConstantVector3(String, Vector3)

Creates a named constant parameter of type Vector3, initialized with the specified value.

CreateConstantVector3(String)

Creates a named constant parameter of type Vector3.

CreateConstantVector4(String, Vector4)

Creates a named constant parameter of type Vector4, initialized with the specified value.

CreateConstantVector4(String)

Creates a named constant parameter of type Vector4.

Applies to