C# 클래스 FC3Editor.Tools.ToolTerrainBump

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

공개 메소드들

메소드 설명
GetContextHelp ( ) : string
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string

보호된 메소드들

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

메소드 상세

GetContextHelp() 공개 메소드

public GetContextHelp ( ) : string
리턴 string

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

GetToolImage() 공개 메소드

public GetToolImage ( ) : Image
리턴 Image

GetToolName() 공개 메소드

public GetToolName ( ) : string
리턴 string

OnEndPaint() 보호된 메소드

protected OnEndPaint ( ) : void
리턴 void

OnPaint() 보호된 메소드

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

OnPaintGrab() 보호된 메소드

protected OnPaintGrab ( float x, float y ) : void
x float
y float
리턴 void