C# 클래스 ProcessRandomValueSystem, Entitas-CSharp

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

공개 메소드들

메소드 설명
ProcessRandomValueSystem ( Contexts contexts ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Execute ( List entities ) : void
Filter ( Entity entity ) : bool
GetTrigger ( Context context ) : Collector

메소드 상세

Execute() 보호된 메소드

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

Filter() 보호된 메소드

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

GetTrigger() 보호된 메소드

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

ProcessRandomValueSystem() 공개 메소드

public ProcessRandomValueSystem ( Contexts contexts ) : System.Collections.Generic
contexts Entitas.Contexts
리턴 System.Collections.Generic