ExpressionNode.SetVector3Parameter(String, Vector3) 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 Vector3 value it will use.
public void SetVector3Parameter(string parameterName, System.Numerics.Vector3 value);
member this.SetVector3Parameter : string * System.Numerics.Vector3 -> unit
Public Sub SetVector3Parameter (parameterName As String, value As Vector3)
Parameters
- parameterName
- String
The string name of the parameter to be resolved.
- value
- Vector3
The value that the parameter should resolve to.