Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

HandleUtility.WorldPointToSizedRect

public static Rect WorldPointToSizedRect(Vector3 position, GUIContent content, GUIStyle style);

Parameters

positionThe world-space position to use.
contentThe content to make room for.
styleThe style to use. The style's alignment.

Description

Calculate a rectangle to display a 2D GUI element near a projected point in 3D space.

This function is useful when 3D objects need labels or other 2D controls that follow them around in 3D space as the camera moves.

Did you find this page useful? Please give it a rating: