Edit

ExpressionNode.SetVector3Parameter(String, Vector3) Method

Definition

Resolve a named parameter to the Vector3 value it will use.

public void SetVector3Parameter(string parameterName, System.Numerics.Vector3 value);
member this.SetVector3Parameter : string * System.Numerics.Vector3 -> unit
Public Sub SetVector3Parameter (parameterName As String, value As Vector3)

Parameters

parameterName
String

The string name of the parameter to be resolved.

value
Vector3

The value that the parameter should resolve to.

Applies to