ExpressionNode.SetMatrix4x4Parameter(String, Matrix4x4) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolve a named parameter to the Matrix4x4 value it will use.
C#
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)
- parameterName
- String
The string name of the parameter to be resolved.
- value
- Matrix4x4
The value that the parameter should resolve to.
Производ | Верзије |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |