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