TutorialInfo

Description

sealed class Tinman.Demo.Tutorials.Browser.TutorialInfo
<T : Tutorial>

Derived from

TutorialInfoBase abstract

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

Represents an instantiable tutorial class with a human-readable name and category.

Public / Constructors

Tutorial​Info


public constructor TutorialInfo → (2)

name in : string

[not-empty]
Human-readable name of the tutorial.

category in : string

[not-empty]
Human-readable category of the tutorial.

Creates a new instance of TutorialInfo.