Click or drag to resize

GUICollectionModelListSerialized Property

Lists the available GUI elements in the simulation.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<GUIPanelModel> ListSerialized { get; set; }

Property Value

Type: ListGUIPanelModel
Remarks

Available values are:

  • GUIPanel
  • GUIScreen
  • GUIPopup
  • GUIDialogue
  • GUIMessageDialog
  • GUITooltip3D
  • GUITooltip2D
  • GUIHelpPanel

See Also