Interface IScissorable

All Known Subinterfaces:
IFontRenderer, IRenderer2D

public interface IScissorable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
    scissorBox(double x, double y, double width, double height)
     
  • Method Details

    • beginScissor

      void beginScissor()
    • endScissor

      void endScissor()
    • scissorBox

      void scissorBox(double x, double y, double width, double height)
    • popScissorBox

      void popScissorBox()