Class MTKTextureLoaderOrigin

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String BottomLeft()  
      static java.lang.String FlippedVertically()  
      static java.lang.String TopLeft()  
      • Methods inherited from class java.lang.Object

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

      • MTKTextureLoaderOrigin

        public MTKTextureLoaderOrigin()
    • Method Detail

      • TopLeft

        public static java.lang.String TopLeft()
        Since:
        Available in iOS 10.0 and later.
      • BottomLeft

        public static java.lang.String BottomLeft()
        Since:
        Available in iOS 10.0 and later.
      • FlippedVertically

        public static java.lang.String FlippedVertically()
        Since:
        Available in iOS 10.0 and later.