Class arel
main object arel
- Defined in: main.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
arel()
|
Method Summary
Class Detail
arel()
Method Detail
-
<static> arel.ready(startCallback, activateDebugging, useInBrowser)Attach a function call when AREL is ready to go
- Parameters:
- {function} startCallback
- Method to be called, once all arel JS is loaded
- {Boolean} activateDebugging
- Set to true, if the debugging console should be used
- {Boolean} useInBrowser
- Set to true if the command is used in the Browser first
-
<static> arel.sceneReady(startCallback, activateDebugging, useInBrowser)Attach a function call when the scene is ready
- Parameters:
- {function} startCallback
- Method to be called, once all objects are loaded and the scene is ready
- {Boolean} activateDebugging
- Set to true, if the debugging console should be used
- {Boolean} useInBrowser
- Set to true if the command is used in the Browser first