CTSTerrainManager Class

Summary

Manages communication between weather, terrain profiles and terrain instances. General CTS configuration and control should be performed via this class. Local weather control should be controlled via Weather Manager class.
Namespace
CTS
Base Types
graph BT Type-->Base0["CTSSingleton<CTSTerrainManager>"] Base0-->Base1["MonoBehaviour"] Type["CTSTerrainManager"] class Type type-node

Syntax

public class CTSTerrainManager : CTSSingleton<CTSTerrainManager>

Constructors

Name Summary
CTSTerrainManager() Make sure its only ever a singleton by stopping direct instantiation

Methods

Name Value Summary
BroadcastWeatherUpdate(CTSWeatherManager) void
Broadcast a weather update
RegisterAllControllers(bool) void
Grab all the controllers in the scene