C# 클래스 SadConsoleEditor.Panels.GameObjectNamePanel

상속: CustomPanel
파일 보기 프로젝트 열기: Thraka/SadConsoleEditor 1 사용 예제들

공개 메소드들

메소드 설명
GameObjectNamePanel ( ) : System
Loaded ( ) : void
ProcessMouse ( MouseInfo info ) : void
Redraw ( ControlBase control ) : int
SetEntity ( GameObject entity ) : void

비공개 메소드들

메소드 설명
PrintName ( ) : void

메소드 상세

GameObjectNamePanel() 공개 메소드

public GameObjectNamePanel ( ) : System
리턴 System

Loaded() 공개 메소드

public Loaded ( ) : void
리턴 void

ProcessMouse() 공개 메소드

public ProcessMouse ( MouseInfo info ) : void
info SadConsole.Input.MouseInfo
리턴 void

Redraw() 공개 메소드

public Redraw ( ControlBase control ) : int
control SadConsole.Controls.ControlBase
리턴 int

SetEntity() 공개 메소드

public SetEntity ( GameObject entity ) : void
entity SadConsole.Game.GameObject
리턴 void