C# Class e2dTerrainGeneratorEditor, E2D-Continued

Inheritance: Editor
ファイルを表示 Open project: ryanlatham/E2D-Continued

Private Properties

Property Type Description
DrawCurveParameters void
DrawCurveTool void
DrawGrassTool void
DrawPeakParameters void
DrawPeaks void
DrawSmoothTool void
DrawTargetArea void
DrawTargetAreaTool void
DrawTextureTool void
GetPeakIndexToDelete int
OnSceneGUI void

Public Methods

Method Description
OnInspectorGUI ( ) : void
e2dTerrainGeneratorEditor ( ) : System.Collections

Private Methods

Method Description
DrawCurveParameters ( ) : void
DrawCurveTool ( ) : void
DrawGrassTool ( ) : void
DrawPeakParameters ( ) : void
DrawPeaks ( bool drawHandles ) : void
DrawSmoothTool ( ) : void
DrawTargetArea ( bool drawHandles ) : void
DrawTargetAreaTool ( ) : void
DrawTextureTool ( ) : void
GetPeakIndexToDelete ( ) : int
OnSceneGUI ( ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

e2dTerrainGeneratorEditor() public method

public e2dTerrainGeneratorEditor ( ) : System.Collections
return System.Collections