C# Class Entitas.Unity.VisualDebugging.PoolObserver

ファイルを表示 Open project: JamesMcMahon/entitas-2d-roguelike Class Usage Examples

Public Methods

Method Description
Deactivate ( ) : void
PoolObserver ( Pool pool ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Method Description
onEntityCreated ( Pool pool, Entity entity ) : void
onGroupCleared ( Pool pool, Group group ) : void
onGroupCreated ( Pool pool, Group group ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

PoolObserver() public method

public PoolObserver ( Pool pool ) : System.Collections.Generic
pool Pool
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string