ZoomInternal() private method

private ZoomInternal ( GameObject target ) : void
target UnityEngine.GameObject
return void
コード例 #1
0
 /**
  * Lerp the camera to the current selection
  */
 public static void Focus(Vector3 target)
 {
     instance.ZoomInternal(target, 10f);
 }