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

interface IBuilder in Tinman.Core.Util

Base interface for classes that build other objects.

interface IBuilder with <out T>  
  base of ClassTypeBuilder
  CoordinateSystemBuilder
  EnumTypeBuilder
  PixelFontBuilder
  ProceduralHeightmapBuilder
  StringBuilder
  TutorialInfo

Methods

Build

Finishes the build process and returns the resulting object.

[OwnerReturn, OwnerThis]
method Build ()
type T
returns The resulting object.