java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<Copy>
gaiasky.util.gdx.contrib.postprocess.filters.Copy

public class Copy
extends Filter<Copy>
  • Constructor Details

    • Copy

      public Copy()
  • Method Details

    • rebind

      public void rebind()
      Description copied from class: Filter
      FIXME add comment
      Specified by:
      rebind in class Filter<Copy>
    • onBeforeRender

      protected void onBeforeRender()
      Description copied from class: Filter
      This method will get called just before a rendering operation occurs.
      Specified by:
      onBeforeRender in class Filter<Copy>