Property | Type | Description | |
---|---|---|---|
m_brush | |||
m_cursorPos | |||
m_cursorValid | bool | ||
m_distortion | |||
m_grabMode | |||
m_hardness | |||
m_opacity | |||
m_painting | ToolPaint.PaintingMode | ||
m_radius | |||
m_square |
Method | Description | |
---|---|---|
Activate ( ) : void | ||
Deactivate ( ) : void | ||
GetContextHelp ( ) : string | ||
GetMainParameter ( ) : IParameter | ||
GetParameters ( ) : IEnumerable |
||
GetToolImage ( ) : Image | ||
GetToolName ( ) : string | ||
OnEditorEvent ( uint eventType, |
||
OnInputAcquire ( ) : void | ||
OnInputRelease ( ) : void | ||
OnKeyEvent ( |
||
OnMouseEvent ( |
||
Update ( float dt ) : void |
Method | Description | |
---|---|---|
CreateBrush ( ) : void | ||
DestroyBrush ( ) : void | ||
GetPaintContextHelp ( ) : string | ||
GetShortcutContextHelp ( ) : string | ||
OnBeginPaint ( ) : void | ||
OnEndPaint ( ) : void | ||
OnPaint ( float dt, |
||
OnPaintGrab ( float x, float y ) : void | ||
OnShortcutDelta ( float delta ) : void | ||
_GetParameters ( ) : IEnumerable |
protected GetShortcutContextHelp ( ) : string | ||
return | string |
public OnEditorEvent ( uint eventType, |
||
eventType | uint | |
eventPtr | ||
return | void |
public OnKeyEvent ( |
||
keyEvent | ||
keyEventArgs | ||
return | bool |
public OnMouseEvent ( |
||
mouseEvent | ||
mouseEventArgs | MouseEventArgs | |
return | bool |
protected OnPaint ( float dt, |
||
dt | float | |
pos | ||
return | void |
protected OnPaintGrab ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
protected OnShortcutDelta ( float delta ) : void | ||
delta | float | |
return | void |
protected PaintBrush,FC3Editor.Nomad m_brush | ||
return |
protected Vec3,FC3Editor.Nomad m_cursorPos | ||
return |
protected ParamFloat,FC3Editor.Parameters m_distortion | ||
return |
protected ParamBool,FC3Editor.Parameters m_grabMode | ||
return |
protected ParamFloat,FC3Editor.Parameters m_hardness | ||
return |
protected ParamFloat,FC3Editor.Parameters m_opacity | ||
return |
protected ToolPaint.PaintingMode m_painting | ||
return | ToolPaint.PaintingMode |
protected ParamFloat,FC3Editor.Parameters m_radius | ||
return |