Panda3D
Public Member Functions | Public Attributes | Static Public Attributes

GlobalForceGroup Class Reference

Inheritance diagram for GlobalForceGroup:
ForceGroup

List of all members.

Public Member Functions

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 Attributes

 fEnabled
 name
 node
 nodePath
 particleEffect

Static Public Attributes

int id = 1
tuple notify = DirectNotifyGlobal.directNotify.newCategory('ForceGroup')

Constructor & Destructor Documentation

def __init__ (   self,
  name = None 
)

Reimplemented from ForceGroup.


Member Function Documentation

def __getitem__ (   self,
  index 
) [inherited]
def __len__ (   self) [inherited]
def addForce (   self,
  force 
)

Reimplemented from ForceGroup.

def asList (   self) [inherited]
def cleanup (   self) [inherited]
def disable (   self) [inherited]
Convenience function to disable all forces in force group
def enable (   self) [inherited]
Convenience function to enable all forces in force group
def getName (   self) [inherited]
def getNode (   self) [inherited]
def getNodePath (   self) [inherited]
def isEnabled (   self) [inherited]
def printParams (   self,
  file = sys.stdout,
  targ = 'self' 
) [inherited]
def removeForce (   self,
  force 
)

Reimplemented from ForceGroup.


Member Data Documentation

fEnabled [inherited]
int id = 1 [static, inherited]
name [inherited]
node [inherited]
nodePath [inherited]
tuple notify = DirectNotifyGlobal.directNotify.newCategory('ForceGroup') [static, inherited]
particleEffect [inherited]
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties