Structure

AnimatablePair

A pair of animatable values, which is itself animatable. 一対のアニメーション値、それはそれ自身アニメーション可能です。

Declaration 宣言

@frozen struct AnimatablePair<First, Second> where First : VectorArithmetic, Second : VectorArithmetic

Topics 話題

Creating an Animatable Pair

Getting the Constituent Animations

Manipulating Animations

Comparing Animation Pairs

Relationships 関係

Conforms To 次に準拠

See Also 参照

Animatable Data