Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. const Diagnostics = require('Diagnostics');
  2. const Scene = require('Scene');
  3.  
  4. // How to access scene objects
  5. const directionalLight = Scene.root.find('directionalLight0');
  6.  
  7. // How to access class properties
  8. const directionalLightIntensity = directionalLight.intensity;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement