Package org.robovm.apple.spritekit
Class SKTileAdjacencyMask
- All Implemented Interfaces:
Comparable<SKTileAdjacencyMask>,Iterable<SKTileAdjacencyMask>
public final class SKTileAdjacencyMask extends Bits<SKTileAdjacencyMask>
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description SKTileAdjacencyMask(long value) -
Method Summary
Modifier and Type Method Description protected SKTileAdjacencyMask[]_values()static SKTileAdjacencyMask[]values()protected SKTileAdjacencyMaskwrap(long value, long mask)
-
Field Details
-
None
-
AdjacencyUp
-
AdjacencyUpperRight
-
AdjacencyRight
-
AdjacencyLowerRight
-
AdjacencyDown
-
AdjacencyLowerLeft
-
AdjacencyLeft
-
AdjacencyUpperLeft
-
AdjacencyAll
-
HexFlatAdjacencyUp
-
HexFlatAdjacencyUpperRight
-
HexFlatAdjacencyLowerRight
-
HexFlatAdjacencyDown
-
HexFlatAdjacencyLowerLeft
-
HexFlatAdjacencyUpperLeft
-
HexFlatAdjacencyAll
-
HexPointyAdjacencyUpperLeft
-
HexPointyAdjacencyUpperRight
-
HexPointyAdjacencyRight
-
HexPointyAdjacencyLowerRight
-
HexPointyAdjacencyLowerLeft
-
HexPointyAdjacencyLeft
-
HexPointyAdjacencyAdd
-
AdjacencyUpEdge
-
AdjacencyUpperRightEdge
-
AdjacencyRightEdge
-
AdjacencyLowerRightEdge
-
AdjacencyDownEdge
-
AdjacencyLowerLeftEdge
-
AdjacencyLeftEdge
-
AdjacencyUpperLeftEdge
-
AdjacencyUpperRightCorner
-
AdjacencyLowerRightCorner
-
AdjacencyLowerLeftCorner
-
AdjacencyUpperLeftCorner
-
-
Constructor Details
-
SKTileAdjacencyMask
public SKTileAdjacencyMask(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<SKTileAdjacencyMask>
-
_values
- Specified by:
_valuesin classBits<SKTileAdjacencyMask>
-
values
-