Protocols
The following protocols are available globally.
-
Collision Protocol
See moreDeclaration
Swift
protocol CollisionProtocol -
Collision Detection Support protocol
See moreDeclaration
Swift
protocol CollisionDetectable : NSObject -
Spinning animatable protocol
See moreDeclaration
Swift
protocol SpinningAnimatable : CALayer -
Spinning animator protocol
See moreDeclaration
Swift
protocol SpinningAnimatorProtocol : AnyObject, CollisionProtocol -
The protocol used to play audio files
See moreDeclaration
Swift
protocol AudioPlayable -
The protocol that adds support for the impact feedback
See moreDeclaration
Swift
protocol ImpactFeedbackable -
Slice calculation protocol
See moreDeclaration
Swift
protocol SliceCalculating -
Wheel other math calculation protocol
See moreDeclaration
Swift
protocol WheelMathCalculating : AnyObject -
Curved text drawing protocol
See moreDeclaration
Swift
protocol CurveTextDrawing -
Image drawing protocol
See moreDeclaration
Swift
protocol ImageDrawing -
Shape drawing protocol
See moreDeclaration
Swift
protocol ShapeDrawing -
Slice drawing protocol
See moreDeclaration
Swift
protocol SliceDrawing : ImageDrawing, ShapeDrawing, SliceCalculating, TextDrawing, WheelMathCalculating -
Curved text drawing protocol
See moreDeclaration
Swift
protocol TextDrawing : CurveTextDrawing
Protocols Reference