Handles.PositionHandlestatic function PositionHandle (position : Vector3, rotation : Quaternion) : Vector3Parameters
ReturnsVector3 - the new position. If the user has not performed any operation, it will return the same value as you passed it in postion. DescriptionMake a 3D Scene view position handle. This will behave like the built-in move tool in Unity. If you have assigned something to Undo.SetSnapshotInfo, it will work fully with Undo. If you have assigned a non-null value to ignoreRaycastObjects, the center handle will support full raycast placement. To control the orientation of the handle, set Handles.matrix prior to calling this function. |
