言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

HandleUtility.WorldPointToSizedRect

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

Parameters

position The world-space position to use.
content The content to make room for.
style The 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.