Table of Contents

Method RegisterTerrainSystem

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

RegisterTerrainSystem<T>()

Registers a terrain-system implementation with the global Vista runtime.

public static void RegisterTerrainSystem<T>() where T : class, ITerrainSystem, new()

Type Parameters

T

Exceptions

ArgumentException

Thrown when a terrain system of type T has already been registered.