Method RegisterTerrainSystem
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
Thas already been registered.