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

class DemoApplicationConfig in Tinman.Demo

sealed class DemoApplicationConfig  

Public / Attributes

ContextFactories

The configured graphics context factories.

public readonly field ContextFactories
type IVectorConst<IGraphicsContextFactory>

Remarks:

All contained context factories can create graphics contexts (see CanCreateGraphicsContext). There will be at least one context factory in the list.

Filesystem

The path mappings that make up the virtual filesystem used by the demo application.

public readonly field Filesystem
type IVectorConst<VirtualPath>

See also:

VirtualFileSystem

NativeSearchPath

Optional search path to native libraries.

public readonly field NativeSearchPath
type Path

See also:

NativeLibrary.AddSearchPath

Resolution

The configured screen resolution.

public readonly field Resolution
type Vec2I

Public / Constructors

DemoApplicationConfig

Creates a new instance of DemoApplicationConfig.

public constructor DemoApplicationConfig ()

Logging

Logger

The logger object of this class.

public static readonly field Logger
type ILogger