Tutorial_GUI

Description

abstract class Tinman.Demo.Tutorials.Tutorial_GUI

Derived from

Disposable abstract

Full source code is included in the Tinman 3D SDK download.

Abstract base class for tutorial GUIs.

When a tutorial provides GUI elements in the IWidgetGui instance, the related code is wrapped in a separate subclass of Tutorial_GUI, in order to keep the actual tutorial code clean.

Protected / Constructors

Tutorial_​GUI


protected constructor Tutorial_GUI → (1)

widgetGui in : IWidgetGui

[not-null]
The IWidgetGui instance.

Creates a new instance of Tutorial_GUI.

Protected / Attributes

widget​Gui


protected attribute widgetGui → (IWidgetGui)

The IWidgetGui instance.