Method | Description | |
---|---|---|
GetContextHelp ( ) : string | ||
GetParameters ( ) : IEnumerable |
||
GetToolImage ( ) : Image | ||
GetToolName ( ) : string | ||
ToolTerrainNoise ( ) : System |
Method | Description | |
---|---|---|
OnBeginPaint ( ) : void | ||
OnEndPaint ( ) : void | ||
OnPaint ( float dt, Vec2 pos ) : void | ||
OnPaintGrab ( float x, float y ) : void |
protected OnPaint ( float dt, Vec2 pos ) : void | ||
dt | float | |
pos | Vec2 | |
return | void |
protected OnPaintGrab ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |