C# 클래스 Entitas.Group

파일 보기 프로젝트 열기: sschmid/Entitas-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
ContainsEntity ( Entity entity ) : bool
GetEntities ( ) : Entity[]
GetSingleEntity ( ) : Entity
Group ( IMatcher matcher ) : System.Collections.Generic
HandleEntity ( Entity entity, int index, IComponent component ) : void
HandleEntitySilently ( Entity entity ) : void
RemoveAllEventHandlers ( ) : void
ToString ( ) : string
UpdateEntity ( Entity entity, int index, IComponent previousComponent, IComponent newComponent ) : void

비공개 메소드들

메소드 설명
addEntity ( Entity entity, int index, IComponent component ) : void
addEntitySilently ( Entity entity ) : bool
handleEntity ( Entity entity ) : GroupChanged
removeEntity ( Entity entity, int index, IComponent component ) : void
removeEntitySilently ( Entity entity ) : bool

메소드 상세

ContainsEntity() 공개 메소드

public ContainsEntity ( Entity entity ) : bool
entity Entity
리턴 bool

GetEntities() 공개 메소드

public GetEntities ( ) : Entity[]
리턴 Entity[]

GetSingleEntity() 공개 메소드

public GetSingleEntity ( ) : Entity
리턴 Entity

Group() 공개 메소드

public Group ( IMatcher matcher ) : System.Collections.Generic
matcher IMatcher
리턴 System.Collections.Generic

HandleEntity() 공개 메소드

public HandleEntity ( Entity entity, int index, IComponent component ) : void
entity Entity
index int
component IComponent
리턴 void

HandleEntitySilently() 공개 메소드

public HandleEntitySilently ( Entity entity ) : void
entity Entity
리턴 void

RemoveAllEventHandlers() 공개 메소드

public RemoveAllEventHandlers ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UpdateEntity() 공개 메소드

public UpdateEntity ( Entity entity, int index, IComponent previousComponent, IComponent newComponent ) : void
entity Entity
index int
previousComponent IComponent
newComponent IComponent
리턴 void