GUICollectionModelListSerialized Property
|
Lists the available GUI elements in the simulation.
Namespace:
Livit.Learn.Model.GUIAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic List<GUIPanelModel> ListSerialized { get; set; }
Property Value
Type:
ListGUIPanelModel
Remarks
Available values are:
- GUIPanel
- GUIScreen
- GUIPopup
- GUIDialogue
- GUIMessageDialog
- GUITooltip3D
- GUITooltip2D
- GUIHelpPanel
See Also