C# Class Tools.TownGenerator.TerrainEditor

ファイルを表示 Open project: TobieD/City-Generator Class Usage Examples

Public Properties

Property Type Description
Settings TerrainSettings

Public Methods

Method Description
DrawGUI ( GUIStyle foldoutStyle ) : void
GetSettings ( ) : TerrainSettings
TerrainEditor ( TerrainSettings settings, EditorWindow parentWindow ) : System

Private Methods

Method Description
LakeGUI ( ) : void
TerrainDetailsGUI ( ) : void
TerrainPropsGUI ( ) : void

Editor for the detail props of the terrain

TerrainTextureGUI ( ) : void

Editor for the splatmaps of the terrain

TerrainTreeGUI ( ) : void

Editor for the trees of the terrain

Method Details

DrawGUI() public method

public DrawGUI ( GUIStyle foldoutStyle ) : void
foldoutStyle UnityEngine.GUIStyle
return void

GetSettings() public method

public GetSettings ( ) : TerrainSettings
return TerrainSettings

TerrainEditor() public method

public TerrainEditor ( TerrainSettings settings, EditorWindow parentWindow ) : System
settings TerrainSettings
parentWindow EditorWindow
return System

Property Details

Settings public_oe property

public TerrainSettings,Tools.TownGenerator Settings
return TerrainSettings