TutorialBrowser

Description

sealed class Tinman.Demo.Tutorials.Browser.TutorialBrowser

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

A GUI widget that lets the user pick a tutorial from a list and start it.

Public / Constructors

Tutorial​Browser


public constructor TutorialBrowser → ()

Creates a new instance of TutorialBrowser.

Public / Methods

Add


public method Add → (1)

info in : TutorialInfoBase

[not-null]
The tutorial info to add.

Adds a tutorial to the browser.

Add​Default


public method AddDefault → ()

Adds the default tutorials to the browser.

Public / Attributes

Tutorials


public attribute Tutorials → (get)

value : IVectorConst<TutorialInfoBase>

[not-null]
The list of tutorials.

The tutorials that have been added to the browser.

Logging

Logger


public static readonly attribute Logger → (ILogger)

The logger object of this class.