예제 #1
0
 void ReleaseRequest()
 {
     if (this.support)
     {
         support.GetComponentInParent <CursorTool> ().Release();
     }
 }