Initial Commit: CC - Demo New - Entity Loaded (tuby5lj4di.js)

beta.r3js.org
-=yb4f310 2018-02-12 15:15:47 +01:00
parent 3a362bc334
commit 76e928a1e8
1 changed files with 21 additions and 0 deletions

21
tuby5lj4di.js Normal file
View File

@ -0,0 +1,21 @@
if (this.parentEntity === data.entity) {
console.log('Entity FSDemo Loaded');
this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('g6oggbsg5k');
this.imageEarth = GameLib.EntityManager.Instance.findComponentById('fo1einfper');
this.meshBox = GameLib.EntityManager.Instance.findComponentById('2ehdod2g2a');
this.meshImageGrid = GameLib.EntityManager.Instance.findComponentById('9qkka13nor');
this.instancedGeometry = GameLib.EntityManager.Instance.findComponentById('s5dfh75zza');
this.boxGeometry = GameLib.EntityManager.Instance.findComponentById('pwzyukkviy');
this.ccBeforeRender = GameLib.EntityManager.Instance.findComponentById('wlw063ovw9');
this.ccKeyUp = GameLib.EntityManager.Instance.findComponentById('ip0443a52d');
this.ccBeforeRender.entityLoaded = this;
this.ccKeyUp.entityLoaded = this;
}
//@ sourceURL=entiyuLoaded.js