Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

HandleUtility.WorldToGUIPoint

Switch to Manual
public static function WorldToGUIPoint(world: Vector3): Vector2;

Parameters

worldPoint in world space.

Description

Convert world space point to a 2D GUI position.

Uses the current camera to calculate the projection.

See Also: GUIPointToWorldRay, RaySnap.