Panda3D
|
Public Member Functions | |
__init__ (self) | |
delete (self) | |
enableGridInterest (self, enabled=True) | |
getGrid (self) | |
getGridInterestIds (self) | |
getGridInterestZoneId (self, gridDoId) | |
getGridZone (self) | |
isOnAGrid (self) | |
setGridCell (self, grid, zoneId) | |
updateGridInterest (self, grid, zoneId) | |
Public Attributes | |
doId | |
Protected Attributes | |
_gridInterestEnabled | |
_gridInterests | |
_gridParent | |
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.
__init__ | ( | self | ) |
Reimplemented in SmoothGridChild.
delete | ( | self | ) |
enableGridInterest | ( | self, | |
enabled = True ) |
getGrid | ( | self | ) |
getGridInterestIds | ( | self | ) |
getGridInterestZoneId | ( | self, | |
gridDoId ) |
getGridZone | ( | self | ) |
isOnAGrid | ( | self | ) |
setGridCell | ( | self, | |
grid, | |||
zoneId ) |
Reimplemented in SmoothGridChild.
updateGridInterest | ( | self, | |
grid, | |||
zoneId ) |
|
protected |
|
protected |
|
protected |
doId |