SKTileAdjacencyMask Enum

Definition

Enumerates how neighboring tiles may be automatically placed.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SKTileAdjacencyMask
type SKTileAdjacencyMask = 
Inheritance
SKTileAdjacencyMask
Attributes

Fields

All 255
Down 16
DownEdge 199
HexFlatAll 63
HexFlatDown 8
HexFlatLowerLeft 16
HexFlatLowerRight 4
HexFlatUp 1
HexFlatUpperLeft 32
HexFlatUpperRight 2
HexPointyAll 63
HexPointyLeft 32
HexPointyLowerLeft 16
HexPointyLowerRight 8
HexPointyRight 4
HexPointyUpperLeft 1
HexPointyUpperRight 2
Left 64
LeftEdge 31
LowerLeft 32
LowerLeftCorner 253
LowerLeftEdge 7
LowerRight 8
LowerRightCorner 127
LowerRightEdge 193
Right 4
RightEdge 241
Up 1
UpEdge 124
UpperLeft 128
UpperLeftCorner 247
UpperLeftEdge 28
UpperRight 2
UpperRightCorner 223
UpperRightEdge 112

Applies to