Extension

interface Extension(source)

Defines a Program extension. This is the interface for developers of OPENRNDR extensions.

Functions

Link copied to clipboard
open fun afterDraw(drawer: Drawer, program: Program)
Link copied to clipboard
open fun beforeDraw(drawer: Drawer, program: Program)
Link copied to clipboard
open fun setup(program: Program)
Link copied to clipboard
open fun shutdown(program: Program)

Shutdown is called when the host application is quit

Properties

Link copied to clipboard
abstract var enabled: Boolean