TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class TutorialInfo in Tinman.Demo.Tutorials.Framework

abstract class TutorialInfo implements IBuilder<Tutorial>
  base of TutorialInfoGeneric

Public / Attributes

Name

Human-readable name of the tutorial.

public readonly field Name
type string

Public / Methods

Build

Finishes the build process and returns the resulting object.

[OwnerReturn, OwnerThis]
public abstract method Build ()
type Tutorial
returns The resulting object.
implements IBuilder.Build

Protected / Constructors

TutorialInfo

Creates a new instance of TutorialInfo.

protected constructor TutorialInfo (string name)
params name [not-empty] Human-readable name of the tutorial.