SBSDKPolygonEdgeOrientation
enum SBSDKPolygonEdgeOrientation : NSUInteger {}
An enum describing the orientation of a polygon edge.
-
The edge is oriented horizontally.
Declaration
Objective-C
SBSDKPolygonEdgeOrientationHorizontal = 0
Swift
case horizontal = 0
-
The edge is oriented vertically.
Declaration
Objective-C
SBSDKPolygonEdgeOrientationVertical = 1
Swift
case vertical = 1
-
The edge is oriented 45° from x- and y-axis.
Declaration
Objective-C
SBSDKPolygonEdgeOrientationUndefined = 2
Swift
case undefined = 2