C# 클래스 Entitas.ReactiveSystem

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

공개 메소드들

메소드 설명
Activate ( ) : void
Clear ( ) : void
Deactivate ( ) : void
Execute ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Execute ( List entities ) : void
Filter ( Entity entity ) : bool
GetTrigger ( Context context ) : Collector
ReactiveSystem ( Collector collector ) : System.Collections.Generic
ReactiveSystem ( Context context ) : System.Collections.Generic

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Execute() 보호된 추상적인 메소드

protected abstract Execute ( List entities ) : void
entities List
리턴 void

Filter() 보호된 추상적인 메소드

protected abstract Filter ( Entity entity ) : bool
entity Entity
리턴 bool

GetTrigger() 보호된 추상적인 메소드

protected abstract GetTrigger ( Context context ) : Collector
context Context
리턴 Collector

ReactiveSystem() 보호된 메소드

protected ReactiveSystem ( Collector collector ) : System.Collections.Generic
collector Collector
리턴 System.Collections.Generic

ReactiveSystem() 보호된 메소드

protected ReactiveSystem ( Context context ) : System.Collections.Generic
context Context
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string