class MAGES::SceneGraph::Editor::InfoWithLink¶
Overview¶
A visual element that displays information as well as a link to a web page (optional). More…
class InfoWithLink: public VisualElement
{
public:
// enums
enum InfoType;
// methods
InfoWithLink(
string text,
InfoType infoType = InfoType.Default,
string url = null
);
};
Detailed Documentation¶
A visual element that displays information as well as a link to a web page (optional).
Methods¶
InfoWithLink(
string text,
InfoType infoType = InfoType.Default,
string url = null
)
Initializes a new instance of the InfoWithLink class.
Parameters:
text |
The text to display. |
infoType |
The type of information. |
url |
The url, if available. |