Beispiel #1
0
 private void Create3DMirror()
 {
     if (mirror == null)
     {
         ThreeDMirrorManager.Create3DMirror(this);
     }
 }
 void OnDisable()
 {
     instance = null;
 }
 void OnDestroy()
 {
     instance = null;
 }
 void OnEnable()
 {
     instance = this;
 }