Edit

ExpressionNode.SetMatrix4x4Parameter(String, Matrix4x4) Method

Definition

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

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

Parameters

parameterName
String

The string name of the parameter to be resolved.

value
Matrix4x4

The value that the parameter should resolve to.

Applies to