Add tool tips to the new privacy features
parent
38a6a4b1cd
commit
c9aae542d6
|
|
@ -78,6 +78,7 @@
|
|||
control_name="EnableLookAtTarget"
|
||||
height="16"
|
||||
label="Enable LookAt"
|
||||
tool_tip="Enable tracking cursor position with avatar head's rotation"
|
||||
layout="topleft"
|
||||
left="30"
|
||||
name="enable_lookat_target"
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
control_name="LimitLookAtTarget"
|
||||
height="16"
|
||||
label="Limit LookAt Distance"
|
||||
tool_tip="Limit the look at target's distance by restricting it around the avatar's head"
|
||||
layout="topleft"
|
||||
left="50"
|
||||
name="limit_lookat_distance"
|
||||
|
|
@ -97,6 +99,7 @@
|
|||
control_name="EnableSelectionHints"
|
||||
height="16"
|
||||
label="Enable Selection Hints"
|
||||
tool_tip="Enable reporting and tracking current selection using 'beam' particles and character animations"
|
||||
layout="topleft"
|
||||
left="30"
|
||||
name="enable_selection_hints"
|
||||
|
|
|
|||
Loading…
Reference in New Issue