Handles.Labelstatic function Label (position : Vector3, text : string) : voidstatic function Label (position : Vector3, content : GUIContent) : voidstatic function Label (position : Vector3, content : GUIContent, style : GUIStyle) : voidParameters
DescriptionMake a text label positioned in 3D space. Labels have no user interaction, do not catch mouse clicks and are always rendered in normal style. |
