コード例 #1
0
 protected virtual void OnDestroy()
 {
     _instance = null;
 }
コード例 #2
0
 protected virtual void OnEnable()
 {
     _instance = GetComponent <ImagesViewer>();
 }