コード例 #1
0
 void Awake()
 {
     Instance = this;
     if (cylinderCache == null)
     {
         cylinderCache = Utility.uiRoot.gameObject.transform.FindChild("Camera").FindChild("CylinderCache");
     }
 }
コード例 #2
0
 void OnDestroy()
 {
     Instance = null;
 }