Interface IExecuteSystem

  • All Superinterfaces:
    ISystem
    All Known Implementing Classes:
    Systems

    public interface IExecuteSystem
    extends ISystem
    Execute systems run once per frame. This is where you put code that needs to run every frame.
    Author:
    kong
    • Method Detail

      • execute

        void execute​(float deltaTime)