UNPKG

@animech-public/playcanvas

Version:
19 lines (16 loc) 391 B
class ScriptLegacyComponentData { constructor() { // serialized this.scripts = []; this.enabled = true; // not serialized this.instances = {}; this._instances = {}; this.runInTools = false; this.attributes = {}; this.initialized = false; this.postInitialized = false; this.areScriptsLoaded = false; } } export { ScriptLegacyComponentData };