Skip to main content

IRunnerLibrary

Summary

Interface for libraries that participate in the per-frame game loop.

Signature

Remarks

The engine calls __run on every tick for all registered runner libraries in the order determined by their ILibraryOptions.runBefore / ILibraryOptions.runAfter relationships.