-
Notifications
You must be signed in to change notification settings - Fork 1
Creating Packages
Oleh Saveniuk edited this page May 13, 2020
·
14 revisions
You'll do your work in this branch in order to submit the package later.
└── packages
└── g.frame.{package_name}
Extend it from the core AbstractModule
- preInit - Make sure, that module is supported. Return true or false.
- onInit - Module initialization..
- afterInit - Loads all needed agents.
- getModuleContainer - Returns container with Object3D of the module
Add the package to examples and test them.