EditorXR icon indicating copy to clipboard operation
EditorXR copied to clipboard

Tooltips adjust position when hovered

Open dunity opened this issue 8 years ago • 0 comments

Tooltips should adjust their positions when hovered. As a quick initial implementation of this functionality, we could offset their local position by doubling the magnitude of their current local position(offset). When tooltips support interaction, if they perform secondary actions via ray input, they should not perform such a position offset (as the intent will be to interact with the tooltip contents).

dunity avatar Nov 24 '17 04:11 dunity