C# 클래스 FC3Editor.Tools.ToolDash

상속: ITool, IToolBase, IParameterProvider, IInputSink
파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
GetContextHelp ( ) : string
GetMainParameter ( ) : IParameter
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
OnEditorEvent ( uint eventType, IntPtr eventPtr ) : void
OnInputAcquire ( ) : void
OnInputRelease ( ) : void
OnKeyEvent ( Editor keyEvent, KeyEventArgs keyEventArgs ) : bool
OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
ToolDash ( ) : System
Update ( float dt ) : void

비공개 메소드들

메소드 설명
EnableNodeUI ( bool enabled ) : void
UpdateNodeUI ( int nodeIndex ) : void
action_TestDash ( ) : void
paramAssaultTime_ValueChanged ( object sender, EventArgs e ) : void
paramNode_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

GetContextHelp() 공개 메소드

public GetContextHelp ( ) : string
리턴 string

GetMainParameter() 공개 메소드

public GetMainParameter ( ) : IParameter
리턴 IParameter

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

GetToolImage() 공개 메소드

public GetToolImage ( ) : Image
리턴 Image

GetToolName() 공개 메소드

public GetToolName ( ) : string
리턴 string

OnEditorEvent() 공개 메소드

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

OnInputAcquire() 공개 메소드

public OnInputAcquire ( ) : void
리턴 void

OnInputRelease() 공개 메소드

public OnInputRelease ( ) : void
리턴 void

OnKeyEvent() 공개 메소드

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

OnMouseEvent() 공개 메소드

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

ToolDash() 공개 메소드

public ToolDash ( ) : System
리턴 System

Update() 공개 메소드

public Update ( float dt ) : void
dt float
리턴 void