Package org.robovm.apple.scenekit
Class SCNColorMask
- All Implemented Interfaces:
Comparable<SCNColorMask>,Iterable<SCNColorMask>
public final class SCNColorMask extends Bits<SCNColorMask>
- Since:
- Available in iOS 11.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
Fields Modifier and Type Field Description static SCNColorMaskAllstatic SCNColorMaskAlphastatic SCNColorMaskBluestatic SCNColorMaskGreenstatic SCNColorMaskNonestatic SCNColorMaskRed -
Constructor Summary
Constructors Constructor Description SCNColorMask(long value) -
Method Summary
Modifier and Type Method Description protected SCNColorMask[]_values()static SCNColorMask[]values()protected SCNColorMaskwrap(long value, long mask)
-
Field Details
-
None
-
Red
-
Green
-
Blue
-
Alpha
-
All
-
-
Constructor Details
-
SCNColorMask
public SCNColorMask(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<SCNColorMask>
-
_values
- Specified by:
_valuesin classBits<SCNColorMask>
-
values
-