Edit

ExpressionNode.SetVector4Parameter(String, Vector4) Method

Definition

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

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

Parameters

parameterName
String

The string name of the parameter to be resolved.

value
Vector4

The value that the parameter should resolve to.

Applies to