QuaternionAnimation.GetCurrentValueCore メソッド

定義

QuaternionAnimationによって決定される、アニメーション化されるプロパティの現在の値を表す値を計算します。

protected:
 override System::Windows::Media::Media3D::Quaternion GetCurrentValueCore(System::Windows::Media::Media3D::Quaternion defaultOriginValue, System::Windows::Media::Media3D::Quaternion defaultDestinationValue, System::Windows::Media::Animation::AnimationClock ^ animationClock);
protected override System.Windows.Media.Media3D.Quaternion GetCurrentValueCore(System.Windows.Media.Media3D.Quaternion defaultOriginValue, System.Windows.Media.Media3D.Quaternion defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);
override this.GetCurrentValueCore : System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Media3D.Quaternion * System.Windows.Media.Animation.AnimationClock -> System.Windows.Media.Media3D.Quaternion
Protected Overrides Function GetCurrentValueCore (defaultOriginValue As Quaternion, defaultDestinationValue As Quaternion, animationClock As AnimationClock) As Quaternion

パラメーター

defaultOriginValue
Quaternion

推奨される原点値。アニメーションに独自の開始値が明示的に設定されていない場合に使用されます。

defaultDestinationValue
Quaternion

アニメーションに独自の明示的に設定された終了値がない場合に使用される、推奨される変換先の値。

animationClock
AnimationClock

アニメーションで使用されるCurrentTimeまたはCurrentProgressを生成するAnimationClock

返品

現在のアニメーションによって決定されるプロパティの計算値。

注釈

defaultOriginValueがコンポジション チェーンの最初の値である場合、この値はスナップショット値 (使用可能な場合) または基本プロパティ値になります。それ以外の場合、この値は、StoppedされていないAnimationClockを持つチェーン内の前のアニメーションによって返される値になります。

defaultDestinationValueは、アニメーションがプロパティのアニメーションの最初のコンポジション レイヤーにある場合は基本値です。それ以外の場合、値はプロパティのアニメーションの前のコンポジション レイヤーからの出力値です。

適用対象