Type Alias IRenderManagerEventTypes

IRenderManagerEventTypes:
    | "animationLoop"
    | "update"
    | "resize"
    | "contextLost"
    | "contextRestored"