r3-custom-code/h4ri7b3n05.js

21 lines
849 B
JavaScript

if (this.parentEntity === data.entity) {
console.log('Entity FSDemo Loaded');
this.imageSpoon = R3.EntityManager.Instance.findComponentById('jbs9yn11z7');
this.imageEarth = R3.EntityManager.Instance.findComponentById('kyqq6wa4uq');
this.meshBox = R3.EntityManager.Instance.findComponentById('41cqu6d30r');
this.meshImageGrid = R3.EntityManager.Instance.findComponentById('e3lyv5xile');
this.instancedGeometry = R3.EntityManager.Instance.findComponentById('logvvoozyc');
this.boxGeometry = R3.EntityManager.Instance.findComponentById('44clfy312i');
this.ccBeforeRender = R3.EntityManager.Instance.findComponentById('2xpawazgoz');
this.ccKeyUp = R3.EntityManager.Instance.findComponentById('194yv3pctj');
this.ccBeforeRender.entityLoaded = this;
this.ccKeyUp.entityLoaded = this;
}
//@ sourceURL=entiyuLoaded.js