C# Class FC3Editor.Tools.ToolObject.MoveMode

Inheritance: ToolObject.Mode
Mostra file Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
GetContextHelp ( ) : string
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
MoveMode ( ToolObject context ) : System
OnKeyEvent ( Editor keyEvent, KeyEventArgs keyEventArgs ) : bool
OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
UpdateParams ( ) : void

Private Methods

Method Description
OnAlignToObjectMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
action_DropToPhysics ( ) : void
alignToObject_Activate ( ) : void
alignToObject_Deactivate ( ) : void
position_ValueChanged ( object sender, EventArgs e ) : void
snapObjectSize_ValueChanged ( object sender, EventArgs e ) : void
snap_ValueChanged ( object sender, EventArgs e ) : void
useGizmos_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

GetContextHelp() public method

public GetContextHelp ( ) : string
return string

GetParameters() public method

public GetParameters ( ) : IEnumerable
return IEnumerable

GetToolImage() public method

public GetToolImage ( ) : Image
return Image

GetToolName() public method

public GetToolName ( ) : string
return string

MoveMode() public method

public MoveMode ( ToolObject context ) : System
context ToolObject
return System

OnKeyEvent() public method

public OnKeyEvent ( Editor keyEvent, KeyEventArgs keyEventArgs ) : bool
keyEvent FC3Editor.Nomad.Editor
keyEventArgs System.Windows.Forms.KeyEventArgs
return bool

OnMouseEvent() public method

public OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
mouseEvent FC3Editor.Nomad.Editor
mouseEventArgs MouseEventArgs
return bool

UpdateParams() public method

public UpdateParams ( ) : void
return void