C# 클래스 Tools.TownGenerator.TerrainEditor

파일 보기 프로젝트 열기: TobieD/City-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Settings TerrainSettings

공개 메소드들

메소드 설명
DrawGUI ( GUIStyle foldoutStyle ) : void
GetSettings ( ) : TerrainSettings
TerrainEditor ( TerrainSettings settings, EditorWindow parentWindow ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DrawGUI() 공개 메소드

public DrawGUI ( GUIStyle foldoutStyle ) : void
foldoutStyle UnityEngine.GUIStyle
리턴 void

GetSettings() 공개 메소드

public GetSettings ( ) : TerrainSettings
리턴 TerrainSettings

TerrainEditor() 공개 메소드

public TerrainEditor ( TerrainSettings settings, EditorWindow parentWindow ) : System
settings TerrainSettings
parentWindow EditorWindow
리턴 System

프로퍼티 상세

Settings 공개적으로 프로퍼티

public TerrainSettings,Tools.TownGenerator Settings
리턴 TerrainSettings