예제 #1
0
 void PlaceAnchor(int x, int y, int z)
 {
     lastAnchorX = x;
     lastAnchorY = y;
     lastAnchorZ = z;
     rope.CreateAnchorPoint(gridManager.GetPosition(x, y, z));
 }