C# 클래스 FC3Editor.Tools.ToolTerrainRamp

상속: ToolPaint
파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 메소드들

메소드 설명
GetContextHelp ( ) : string
GetToolImage ( ) : Image
GetToolName ( ) : string
OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
ToolTerrainRamp ( ) : System
Update ( float dt ) : void

보호된 메소드들

메소드 설명
OnBeginPaint ( ) : void

메소드 상세

GetContextHelp() 공개 메소드

public GetContextHelp ( ) : string
리턴 string

GetToolImage() 공개 메소드

public GetToolImage ( ) : Image
리턴 Image

GetToolName() 공개 메소드

public GetToolName ( ) : string
리턴 string

OnBeginPaint() 보호된 메소드

protected OnBeginPaint ( ) : void
리턴 void

OnMouseEvent() 공개 메소드

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

ToolTerrainRamp() 공개 메소드

public ToolTerrainRamp ( ) : System
리턴 System

Update() 공개 메소드

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