TutorialInfoBase

Description

[ShutdownSurvive]
abstract class Tinman.Demo.Tutorials.Browser.TutorialInfoBase

Derived from

IPleaseIncludeInBinaryThanks

Extended by

TutorialInfo sealed

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

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

Public / Constructors

Build


[OwnerReturn]
public abstract method Build → ()

returns → Tutorial

The built object.

Builds a Tutorial object.

Public / Attributes

Category


public readonly attribute Category → (string)

Human-readable category of the tutorial.

Name


public readonly attribute Name → (string)

Human-readable name of the tutorial.

Protected / Constructors

Tutorial​Info​Base


protected constructor TutorialInfoBase → (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 TutorialInfoBase.