Click or drag to resize

GUIImageModelUse2DTooltip Property

Note: This API is now obsolete.

Specifies whether usual 3D tooltip should be changed to legacy 2D one.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute]
public bool Use2DTooltip { get; set; }

Property Value

Type: Boolean
Remarks

2D tooltip might be needed if there are some strange case when 3D tooltip can't be used at all.

It's expected that there are no such cases, but better to remove legacy 2D tooltip later with less chances to find such case.

This means that Content basically should treat this property as non-existent and firstly create ticket to fix 3D tooltip

See Also