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

class TutorialInfoGeneric in Tinman.Demo.Tutorials.Framework

sealed class TutorialInfoGeneric with <T> as new, Tutorial
  extends TutorialInfo

Public / Attributes

Name

Human-readable name of the tutorial.

public readonly field Name
type string
inherited TutorialInfo.Name

Public / Constructors

TutorialInfoGeneric

Creates a new instance of TutorialInfoGeneric.

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

Public / Methods

Build

Finishes the build process and returns the resulting object.

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