Class MTLDrawableAdapter

    • Constructor Detail

      • MTLDrawableAdapter

        public MTLDrawableAdapter()
    • Method Detail

      • getPresentedTime

        public double getPresentedTime()
        Specified by:
        getPresentedTime in interface MTLDrawable
        Since:
        Available in iOS 10.3 and later.
      • getDrawableID

        public long getDrawableID()
        Specified by:
        getDrawableID in interface MTLDrawable
        Since:
        Available in iOS 10.3 and later.
      • presentAtTime

        public void presentAtTime​(double presentationTime)
        Specified by:
        presentAtTime in interface MTLDrawable
      • presentAfterMinimumDuration

        public void presentAfterMinimumDuration​(double duration)
        Specified by:
        presentAfterMinimumDuration in interface MTLDrawable
        Since:
        Available in iOS 10.3 and later.
      • addPresentedHandler

        public void addPresentedHandler​(org.robovm.objc.block.VoidBlock1<MTLDrawable> block)
        Specified by:
        addPresentedHandler in interface MTLDrawable
        Since:
        Available in iOS 10.3 and later.