Skip to content

Documentation / scene / RenderFunc

Type Alias: RenderFunc

RenderFunc = () => void

Defined in: libs/scene/src/app/engine.ts:45

Type for render functions that can be registered as renderables.

Returns

void

Released under the MIT License.