C# 클래스 Entitas.Unity.VisualDebugging.PoolObserver

파일 보기 프로젝트 열기: JamesMcMahon/entitas-2d-roguelike 1 사용 예제들

공개 메소드들

메소드 설명
Deactivate ( ) : void
PoolObserver ( Pool pool ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
onEntityCreated ( Pool pool, Entity entity ) : void
onGroupCleared ( Pool pool, Group group ) : void
onGroupCreated ( Pool pool, Group group ) : void

메소드 상세

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

PoolObserver() 공개 메소드

public PoolObserver ( Pool pool ) : System.Collections.Generic
pool Pool
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string