C# 클래스 Entitas.Unity.VisualDebugging.Vector2TypeDrawer

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

공개 메소드들

메소드 설명
DrawAndGetNewValue ( Type memberType, string memberName, object value, System.Entity entity, int index, IComponent component ) : object
HandlesType ( Type type ) : bool

메소드 상세

DrawAndGetNewValue() 공개 메소드

public DrawAndGetNewValue ( Type memberType, string memberName, object value, System.Entity entity, int index, IComponent component ) : object
memberType System.Type
memberName string
value object
entity System.Entity
index int
component IComponent
리턴 object

HandlesType() 공개 메소드

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