C# 클래스 FC3Editor.Tools.ToolTerrainTerrace

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OnBeginPaint ( ) : void
OnEndPaint ( ) : void
OnPaint ( float dt, Vec2 pos ) : 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

OnPaint() 보호된 메소드

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

ToolTerrainTerrace() 공개 메소드

public ToolTerrainTerrace ( ) : System
리턴 System