Interface EffectStep

All Known Implementing Classes:
EffectStep_RenderScreenOverlay, EffectStep_RenderSpatials, EffectStep_SetRenderTarget

public interface EffectStep
A specific instruction in a RenderEffect.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply this step.
  • Method Details

    • apply

      void apply(EffectManager manager)
      Apply this step.
      Parameters:
      manager - the effect manager