ExpressionValues.Constant.CreateConstantQuaternion 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.
Overloads
| CreateConstantQuaternion(String, Quaternion) |
Creates a named constant parameter of type Quaternion, initialized with the specified value. |
| CreateConstantQuaternion(String) |
Creates a named constant parameter of type Quaternion. |
CreateConstantQuaternion(String, Quaternion)
Creates a named constant parameter of type Quaternion, initialized with the specified value.
public static CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode CreateConstantQuaternion(string paramName, System.Numerics.Quaternion value);
static member CreateConstantQuaternion : string * System.Numerics.Quaternion -> CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode
Public Shared Function CreateConstantQuaternion (paramName As String, value As Quaternion) As QuaternionNode
Parameters
- paramName
- String
The name that will be used to refer to the parameter at a later time.
- value
- Quaternion
The value of the parameter.
Returns
QuaternionNode.
Applies to
CreateConstantQuaternion(String)
Creates a named constant parameter of type Quaternion.
public static CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode CreateConstantQuaternion(string paramName);
static member CreateConstantQuaternion : string -> CommunityToolkit.WinUI.Animations.Expressions.QuaternionNode
Public Shared Function CreateConstantQuaternion (paramName As String) As QuaternionNode
Parameters
- paramName
- String
The name that will be used to refer to the parameter at a later time.
Returns
QuaternionNode.