Example #1
0
 protected void OnDisable()
 {
     EffectVolumeSystem.removeVolume(this);
     LevelHierarchy.removeItem(this);
 }
Example #2
0
 protected void OnEnable()
 {
     LevelHierarchy.addItem(this);
     EffectVolumeSystem.addVolume(this);
 }