Edit

Bagikan melalui


ExpressionValues.CurrentValue Class

Definition

Refer to the current value of the property this expression is connected to.

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

Methods

CreateBooleanCurrentValue()

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

CreateColorCurrentValue()

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

CreateMatrix3x2CurrentValue()

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

CreateMatrix4x4CurrentValue()

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

CreateQuaternionCurrentValue()

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

CreateScalarCurrentValue()

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

CreateVector2CurrentValue()

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

CreateVector3CurrentValue()

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

CreateVector4CurrentValue()

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

Applies to