Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
GridChild Class Reference
Inheritance diagram for GridChild:
SmoothGridChild

List of all members.

Public Member Functions

def __init__
def delete
def enableGridInterest
def getGrid
def getGridInterestIds
def getGridInterestZoneId
def getGridZone
def isOnAGrid
def setGridCell
def updateGridInterest

Detailed Description

Any object that expects to be parented to a grid should inherit from this.
It works with GridParent to manage its grid cell hierarchy in the scenegraph.

Constructor & Destructor Documentation

def __init__ (   self)

Reimplemented in SmoothGridChild.


Member Function Documentation

def delete (   self)
def enableGridInterest (   self,
  enabled = True 
)
def getGrid (   self)
def getGridInterestIds (   self)
def getGridInterestZoneId (   self,
  gridDoId 
)
def getGridZone (   self)
def isOnAGrid (   self)
def setGridCell (   self,
  grid,
  zoneId 
)

Reimplemented in SmoothGridChild.

def updateGridInterest (   self,
  grid,
  zoneId 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties