示例#1
0
 void OnDisable()
 {
     listeners -= OnChangeEye;
 }
示例#2
0
 void OnEnable()
 {
     listeners += OnChangeEye;
 }