Table of Contents

Method GetTerrainSystem

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

GetTerrainSystem<T>()

Gets the registered terrain-system instance of a specific type, if one exists.

public static ITerrainSystem GetTerrainSystem<T>() where T : ITerrainSystem

Returns

ITerrainSystem

The registered terrain system of type T, or null if none is registered.

Type Parameters

T