C# 클래스 WTAbstractComponent, FutilePrototyper

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

공개 프로퍼티들

프로퍼티 타입 설명
owner WTEntity,

보호된 프로퍼티들

프로퍼티 타입 설명
componentType_ ComponentType,

공개 메소드들

메소드 설명
HandleUpdate ( ) : void
WTAbstractComponent ( string name ) : System

메소드 상세

HandleUpdate() 공개 메소드

public HandleUpdate ( ) : void
리턴 void

WTAbstractComponent() 공개 메소드

public WTAbstractComponent ( string name ) : System
name string
리턴 System

프로퍼티 상세

componentType_ 보호되어 있는 프로퍼티

protected ComponentType, componentType_
리턴 ComponentType,

owner 공개적으로 프로퍼티

public WTEntity, owner
리턴 WTEntity,