C# 클래스 SimplexCutsceneManager.GameObject

파일 보기 프로젝트 열기: lofcz/SimplexRpgEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
instructionsList List
selected bool

공개 메소드들

메소드 설명
GameObject ( Point position, int size = 32 ) : System
clickedOn ( ) : bool
drawSelf ( Graphics g, Pen p ) : void

메소드 상세

GameObject() 공개 메소드

public GameObject ( Point position, int size = 32 ) : System
position Point
size int
리턴 System

clickedOn() 공개 메소드

public clickedOn ( ) : bool
리턴 bool

drawSelf() 공개 메소드

public drawSelf ( Graphics g, Pen p ) : void
g System.Drawing.Graphics
p System.Drawing.Pen
리턴 void

프로퍼티 상세

instructionsList 공개적으로 프로퍼티

public List instructionsList
리턴 List

selected 공개적으로 프로퍼티

public bool selected
리턴 bool