ExpressionNode.SetVector4Parameter(String, Vector4) Method
Definition
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 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.