C# Class Tools.TownGenerator.TerrainEditor

Afficher le fichier Open project: TobieD/City-Generator Class Usage Examples

Méthodes publiques

Свойство Type Description
Settings TerrainSettings

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DrawGUI ( GUIStyle foldoutStyle ) : void
foldoutStyle UnityEngine.GUIStyle
Résultat void

GetSettings() public méthode

public GetSettings ( ) : TerrainSettings
Résultat TerrainSettings

TerrainEditor() public méthode

public TerrainEditor ( TerrainSettings settings, EditorWindow parentWindow ) : System
settings TerrainSettings
parentWindow EditorWindow
Résultat System

Property Details

Settings public_oe property

public TerrainSettings,Tools.TownGenerator Settings
Résultat TerrainSettings