Module SypherEngine

Interface IRenderable

All Known Implementing Classes:
Button, Entity, Sprite2D, UIElement

public interface IRenderable

An Interface for all renderable entities

Author:
AurumByte
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    update(float deltaTime)
     
  • Method Details

    • update

      void update(float deltaTime)
    • render

      void render(SypherEngine engine)