Overview 概要
This type is suitable for use as the animatable
property of types that do not have any animatable properties.
Availability 有効性
Technology
@frozen struct EmptyAnimatableData
This type is suitable for use as the animatable
property of types that do not have any animatable properties.
static var zero: EmptyAnimatableData
static func + (EmptyAnimatableData , EmptyAnimatableData ) -> EmptyAnimatableData
static func += (inout EmptyAnimatableData , EmptyAnimatableData )
static func - (EmptyAnimatableData , EmptyAnimatableData ) -> EmptyAnimatableData
static func -= (inout EmptyAnimatableData , EmptyAnimatableData )
var magnitudeSquared : Double
func scale(by: Double)
static func == (EmptyAnimatableData , EmptyAnimatableData ) -> Bool
static func != (Self, Self) -> Bool
protocol Animatable
struct AnimatablePair
protocol VectorArithmetic
protocol GeometryEffect