class PMTFSource
PMTF › TestFramework › ScriptedEntity › EntityAI › Entity › ObjectTyped › Object › IEntity › Managed
Derived classes
All members, including inherited
Members 2
private static int PM_CREATED = 0Referenced by InsertManager()
private ref map<int, ref ParticleManager> m_Managers = new map<int, ref ParticleManager>()Methods 5
int InsertManager(ParticleManager pm)bool GetManager(int id, out ParticleManager pm)protected void PrintPMStats(notnull ParticleManager pm)References string.Format(), ParticleManager.GetAllocatedCount(), ParticleManager.GetPlayingCount()
Show 3 more
, ParticleManager.GetPoolSize(), ParticleManager.GetVirtualCount(), and Debug.ParticleLog()Referenced by PMTCreationAndCleanup.TestCreationSmallBlocking()
protected void PrintActiveStats()References string.Format(), ParticleManager.GetStaticActiveCount(), ParticleSource.GetStaticActiveCount()
Show 1 more
, Debug.ParticleLog()Referenced by PMTCreationAndCleanup.TestCleanup()
protected ParticleManager CreatePMFixedBlocking(int size)