protected override void Init(Mesh mesh)
 {
     base.Init(mesh);
     _webFunctions           = new UnityBrowserWebFunctions(Browser);
     _searchFunctions        = new UnityBrowserSearchFunctions(Browser);
     _userInterfaceFunctions = new UnityBrowserUserInterfaceFunctions(Browser);
     _terrainModelFunctions  = new UnityBrowserTerrainModelFunctions(Browser);
     _layerManagerFunctions  = new UnityBrowserLayerManagerFunctions(Browser);
     _toolsFunctions         = new UnityBrowserToolsFunctions(Browser);
 }
Пример #2
0
 protected override void Init(Mesh mesh)
 {
     base.Init(mesh);
     _terrainModelFunctions = new UnityBrowserTerrainModelFunctions(Browser);
 }