C# 클래스 WTEntity, FutilePrototyper

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

공개 프로퍼티들

프로퍼티 타입 설명
name string

보호된 프로퍼티들

프로퍼티 타입 설명
isSelected_ bool

공개 메소드들

메소드 설명
AddComponent ( WTAbstractComponent, component ) : void
ComponentForName ( string name ) : WTAbstractComponent,
ComponentsForType ( ComponentType, type ) : List
HandleComponentAdded ( WTAbstractComponent, component ) : void
HandleComponentRemoved ( WTAbstractComponent, component ) : void
HandleUpdate ( ) : void
LabelComponents ( ) : List
RadialWipeSpriteComponents ( ) : List
RemoveComponent ( WTAbstractComponent, component ) : void
ScrollBarComponent ( ) : WTScrollBarComponent,
ScrollContainerComponent ( ) : WTScrollContainerComponent
SliceSpriteComponents ( ) : List
SpriteComponents ( ) : List
TouchComponents ( ) : List
WTEntity ( string name = "an entity" ) : System

메소드 상세

AddComponent() 공개 메소드

public AddComponent ( WTAbstractComponent, component ) : void
component WTAbstractComponent,
리턴 void

ComponentForName() 공개 메소드

public ComponentForName ( string name ) : WTAbstractComponent,
name string
리턴 WTAbstractComponent,

ComponentsForType() 공개 메소드

public ComponentsForType ( ComponentType, type ) : List
type ComponentType,
리턴 List

HandleComponentAdded() 공개 메소드

public HandleComponentAdded ( WTAbstractComponent, component ) : void
component WTAbstractComponent,
리턴 void

HandleComponentRemoved() 공개 메소드

public HandleComponentRemoved ( WTAbstractComponent, component ) : void
component WTAbstractComponent,
리턴 void

HandleUpdate() 공개 메소드

public HandleUpdate ( ) : void
리턴 void

LabelComponents() 공개 메소드

public LabelComponents ( ) : List
리턴 List

RadialWipeSpriteComponents() 공개 메소드

public RadialWipeSpriteComponents ( ) : List
리턴 List

RemoveComponent() 공개 메소드

public RemoveComponent ( WTAbstractComponent, component ) : void
component WTAbstractComponent,
리턴 void

ScrollBarComponent() 공개 메소드

public ScrollBarComponent ( ) : WTScrollBarComponent,
리턴 WTScrollBarComponent,

ScrollContainerComponent() 공개 메소드

public ScrollContainerComponent ( ) : WTScrollContainerComponent
리턴 WTScrollContainerComponent

SliceSpriteComponents() 공개 메소드

public SliceSpriteComponents ( ) : List
리턴 List

SpriteComponents() 공개 메소드

public SpriteComponents ( ) : List
리턴 List

TouchComponents() 공개 메소드

public TouchComponents ( ) : List
리턴 List

WTEntity() 공개 메소드

public WTEntity ( string name = "an entity" ) : System
name string
리턴 System

프로퍼티 상세

isSelected_ 보호되어 있는 프로퍼티

protected bool isSelected_
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string