C# 클래스 PersonComponentDrawer, Entitas-CSharp

상속: IComponentDrawer
파일 보기 프로젝트 열기: sschmid/Entitas-CSharp

공개 메소드들

메소드 설명
DrawComponent ( IComponent component ) : IComponent
HandlesType ( Type type ) : bool

메소드 상세

DrawComponent() 공개 메소드

public DrawComponent ( IComponent component ) : IComponent
component IComponent
리턴 IComponent

HandlesType() 공개 메소드

public HandlesType ( Type type ) : bool
type Type
리턴 bool