Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
Firtina Ozbalikci edited this page Aug 12, 2016 · 10 revisions

Wiki » Internal Components » Advanced » module

module

experimental Can inject a system that needs to perform actions every frame, e.g. input or physics.

Attributes

descriptor

subclass of ReactThreeRenderer.Module required: A class that extends ReactThreeRenderer.Module.

It must expose an update() function which will be called every frame.

===

View Source
Clone this wiki locally