HandleUtility.DistanceToDisc 到圆距离

static function DistanceToDisc (center : Vector3, normal : Vector3, radius : float) : float

Description描述

Pixel distance from mouse pointer to a 3D disc.

从鼠标指针到3D圆的像素距离。

Calculates the screen space distance from the mouse pointer to the disc (circle) at given world space position with the given radius and normal.

计算屏幕空间从鼠标指针到在给定世界空间位置和带有半径参数圆的距离。

Uses the current camera to determine the distance.

使用当前相机来确定距离。

参见:DistanceToCircle.

最后修改:2011年7月10日 Sunday 14:14

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。