Panda3D
Loading...
Searching...
No Matches
direct.distributed.DoInterestManager Namespace Reference

Classes

class  AsyncTestCase
 
class  AsyncTestLoader
 
class  AsyncTestSuite
 
class  AsyncTextTestRunner
 
class  DoInterestManager
 
class  InterestHandle
 
class  InterestState
 
class  TestInterestAddRemove
 

Functions

 runTests ()
 

Variables

int NO_CONTEXT = 0
 

Detailed Description

The DoInterestManager keeps track of which parent/zones that we currently
have interest in.  When you want to "look" into a zone you add an interest
to that zone.  When you want to get rid of, or ignore, the objects in that
zone, remove interest in that zone.

p.s. A great deal of this code is just code moved from ClientRepository.py.

Function Documentation

◆ runTests()

runTests ( )

Variable Documentation

◆ NO_CONTEXT

int NO_CONTEXT = 0