Edit

ExpressionValues.StartingValue Class

Definition

Refer to the value of the property this expression is connected to, sampled during the first frame of execution.

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

Methods

CreateBooleanStartingValue()

Create a reference to the starting value of the boolean property that this expression will be connected to.

CreateColorStartingValue()

Create a reference to the starting value of the Color property that this expression will be connected to.

CreateMatrix3x2StartingValue()

Create a reference to the starting value of the Matrix3x2 property that this expression will be connected to.

CreateMatrix4x4StartingValue()

Create a reference to the starting value of the Matrix4x4 property that this expression will be connected to.

CreateQuaternionStartingValue()

Create a reference to the starting value of the Quaternion property that this expression will be connected to.

CreateScalarStartingValue()

Create a reference to the starting value of the float property that this expression will be connected to.

CreateVector2StartingValue()

Create a reference to the starting value of the Vector2 property that this expression will be connected to.

CreateVector3StartingValue()

Create a reference to the starting value of the Vector3 property that this expression will be connected to.

CreateVector4StartingValue()

Create a reference to the starting value of the Vector4 property that this expression will be connected to.

Applies to