Loading...
Searching...
No Matches
realvirtual.RuntimeTooltip Class Reference
Provides runtime tooltip functionality for 3D objects with automatic collider generation. More...
Inheritance diagram for realvirtual.RuntimeTooltip:
 
 | Public Member Functions | |
| void | SetContent (string[] lines) | 
| Sets the tooltip content from an array of text lines. | |
| void | SetText (string newText) | 
| Sets the tooltip text. | |
| void | AddLine (string line) | 
| Adds a new line to the existing tooltip text. | |
| Public Attributes | |
| string | text | 
| Collider[] | colliders | 
Detailed Description
Provides runtime tooltip functionality for 3D objects with automatic collider generation.
Member Function Documentation
◆ AddLine()
| void realvirtual.RuntimeTooltip.AddLine | ( | string | line | ) | 
Adds a new line to the existing tooltip text.
◆ SetContent()
| void realvirtual.RuntimeTooltip.SetContent | ( | string[] | lines | ) | 
Sets the tooltip content from an array of text lines.
◆ SetText()
| void realvirtual.RuntimeTooltip.SetText | ( | string | newText | ) | 
Sets the tooltip text.