Class MDLCheckerboardTexture

  • All Implemented Interfaces:
    NSObjectProtocol, MDLNamed, org.robovm.objc.ObjCProtocol

    public class MDLCheckerboardTexture
    extends MDLTexture
    Since:
    Available in iOS 9.0 and later.
    • Constructor Detail

      • MDLCheckerboardTexture

        public MDLCheckerboardTexture()
      • MDLCheckerboardTexture

        protected MDLCheckerboardTexture​(NSObject.Handle h,
                                         long handle)
      • MDLCheckerboardTexture

        protected MDLCheckerboardTexture​(NSObject.SkipInit skipInit)
      • MDLCheckerboardTexture

        public MDLCheckerboardTexture​(NSData pixelData,
                                      boolean topLeftOrigin,
                                      java.lang.String name,
                                      VectorInt2 dimensions,
                                      long rowStride,
                                      long channelCount,
                                      MDLTextureChannelEncoding channelEncoding,
                                      boolean isCube)
    • Method Detail

      • getDivisions

        public float getDivisions()
      • setDivisions

        public void setDivisions​(float v)
      • getColor1

        public CGColor getColor1()
      • setColor1

        public void setColor1​(CGColor v)
      • getColor2

        public CGColor getColor2()
      • setColor2

        public void setColor2​(CGColor v)