C# 클래스 FC3Editor.Tools.ToolTerrainSetHeight

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OnBeginPaint ( ) : void
OnEndPaint ( ) : void
OnPaint ( float dt, Vec2 pos ) : void

비공개 메소드들

메소드 설명
UpdatePicking ( ) : void

메소드 상세

GetContextHelp() 공개 메소드

public GetContextHelp ( ) : string
리턴 string

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

GetToolImage() 공개 메소드

public GetToolImage ( ) : Image
리턴 Image

GetToolName() 공개 메소드

public GetToolName ( ) : string
리턴 string

OnBeginPaint() 보호된 메소드

protected OnBeginPaint ( ) : void
리턴 void

OnEndPaint() 보호된 메소드

protected OnEndPaint ( ) : void
리턴 void

OnMouseEvent() 공개 메소드

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

OnPaint() 보호된 메소드

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

ToolTerrainSetHeight() 공개 메소드

public ToolTerrainSetHeight ( ) : System
리턴 System

Update() 공개 메소드

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