Class MTLSize


  • public final class MTLSize
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        MTLSize()  
        MTLSize​(long width, long height, long depth)  
      protected MTLSize​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long depth()  
      long height()  
      void setDepth​(long value)  
      void setHeight​(long value)  
      void setWidth​(long value)  
      long width()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MTLSize

        public MTLSize()
      • MTLSize

        protected MTLSize​(org.moe.natj.general.Pointer peer)
      • MTLSize

        public MTLSize​(long width,
                       long height,
                       long depth)
    • Method Detail

      • width

        public long width()
      • setWidth

        public void setWidth​(long value)
      • height

        public long height()
      • setHeight

        public void setHeight​(long value)
      • depth

        public long depth()
      • setDepth

        public void setDepth​(long value)