protected void OnDisable() { EffectVolumeSystem.removeVolume(this); LevelHierarchy.removeItem(this); }
protected void OnEnable() { LevelHierarchy.addItem(this); EffectVolumeSystem.addVolume(this); }