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

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

공개 메소드들

메소드 설명
ContextObserver ( Context context ) : System.Collections.Generic
Deactivate ( ) : void
ToString ( ) : string

비공개 메소드들

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

메소드 상세

ContextObserver() 공개 메소드

public ContextObserver ( Context context ) : System.Collections.Generic
context Context
리턴 System.Collections.Generic

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string