Table of Contents

Method UnregisterTerrainSystem

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

UnregisterTerrainSystem<T>()

Unregisters a terrain-system implementation from the global Vista runtime.

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

Type Parameters

T