ExpressionNode.SetVector2Parameter(String, Vector2) 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 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.