示例#1
0
 void OnDestroy()
 {
     interactive.UnobserveAll();
 }
示例#2
0
 internal void Unlink(IInteractive interactive)
 {
     this.interactives.Remove(interactive);
     interactive.UnobserveAll();
 }