C# Class FC3Editor.Tools.ToolTexture

Inheritance: ToolPaint
Show file Open project: Azerothian/fc3editor

Public Methods

Method Description
GetContextHelp ( ) : string
GetMainParameter ( ) : IParameter
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
OnEditorEvent ( uint eventType, IntPtr eventPtr ) : void
ToolTexture ( ) : System

Protected Methods

Method Description
OnBeginPaint ( ) : void
OnEndPaint ( ) : void
OnPaint ( float dt, Vec2 pos ) : void

Private Methods

Method Description
constraints_ValueChanged ( object sender, EventArgs e ) : void

Method Details

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetMainParameter() public method

public GetMainParameter ( ) : IParameter
return IParameter

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

OnBeginPaint() protected method

protected OnBeginPaint ( ) : void
return void

OnEditorEvent() public method

public OnEditorEvent ( uint eventType, IntPtr eventPtr ) : void
eventType uint
eventPtr System.IntPtr
return void

OnEndPaint() protected method

protected OnEndPaint ( ) : void
return void

OnPaint() protected method

protected OnPaint ( float dt, Vec2 pos ) : void
dt float
pos FC3Editor.Nomad.Vec2
return void

ToolTexture() public method

public ToolTexture ( ) : System
return System