ValueStructTypes
@MainActor
public enum ValueStructTypes
An enum representing value types supported by MotionMachine.
-
Represents a
CGPointtype.Declaration
Swift
case point -
Represents a
CGSizetype.Declaration
Swift
case size -
Represents a
CGRecttype.Declaration
Swift
case rect -
Represents a
CGVectortype.Declaration
Swift
case vector -
Represents a
CGAffineTransformtype.Declaration
Swift
case affineTransform -
Represents a
CATransform3Dtype.Declaration
Swift
case transform3D -
Represents a
UIEdgeInsetstype.Declaration
Swift
case uiEdgeInsets -
Represents a
UIOffsettype.Declaration
Swift
case uiOffset -
Represents an unsupported type.
Declaration
Swift
case unsupported
View on GitHub