IScene Processable

This interface provides a basic structure for classes that will perform scene rendering operations.

Methods

  • public IEnumerator Process()
    • The method that will perform the scene processing.

Last updated