コード例 #1
0
 public void FallOutOfBounds(Vector3 outOfBouncePosition)
 {
     CubeAnimations.AnimateSlide(gameObject, outOfBouncePosition + new Vector3(0, -10, 0), "KillCube", null);
 }