Edit

ExpressionNode.SetVector2Parameter(String, Vector2) Method

Definition

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

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

Parameters

parameterName
String

The string name of the parameter to be resolved.

value
Vector2

The value that the parameter should resolve to.

Applies to