Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
GlobalForceGroup Class Reference
Inheritance diagram for GlobalForceGroup:
ForceGroup DirectObject

Public Member Functions

def __init__
 
def addForce
 
def removeForce
 
- Public Member Functions inherited from ForceGroup
def __init__
 
def __getitem__
 
def __len__
 
def addForce
 
def asList
 
def cleanup
 
def disable
 
def enable
 
def getName
 
def getNode
 
def getNodePath
 
def isEnabled
 
def printParams
 
def removeForce
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Additional Inherited Members

- Public Attributes inherited from ForceGroup
 fEnabled
 
 name
 
 node
 
 nodePath
 
 particleEffect
 
- Static Public Attributes inherited from ForceGroup
int id = 1
 
tuple notify = DirectNotifyGlobal.directNotify.newCategory('ForceGroup')
 

Constructor & Destructor Documentation

def __init__ (   self,
  name = None 
)

Member Function Documentation

def addForce (   self,
  force 
)
def removeForce (   self,
  force 
)