QuaternionAnimation Constructor
.NET Framework 4.5
Initializes a new instance of QuaternionAnimation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
QuaternionAnimation() | Initializes a new instance of QuaternionAnimation. |
|
QuaternionAnimation(Quaternion, Duration) | Initializes a new instance of QuaternionAnimation using the specified Quaternion and Duration. |
|
QuaternionAnimation(Quaternion, Duration, FillBehavior) | Initializes a new instance of QuaternionAnimation using the specified Quaternion, Duration, and FillBehavior. |
|
QuaternionAnimation(Quaternion, Quaternion, Duration) | Initializes a new instance of QuaternionAnimation using the specified Quaternion to another specified Quaternion over the specified Duration. |
|
QuaternionAnimation(Quaternion, Quaternion, Duration, FillBehavior) | Initializes a new instance of QuaternionAnimation using the specified Quaternion to another specified Quaternion over the specified Duration, with the specified behavior at the end of the timeline. |