EggTable¶
from panda3d.egg import EggTable
-
class
EggTable
¶ Bases:
EggGroupNode
This corresponds to a <Table> or a <Bundle> entry. As such, it doesn’t actually contain a table of numbers, but it may be a parent to an
EggSAnimData
or anEggXfmAnimData
, which do. It may also be a parent to another <Table> or <Bundle>, establishing a hierarchy of tables.Inheritance diagram
-
__init__
(name: str)
-
static
getClassType
() → panda3d.core.TypeHandle¶
-
getTableType
() → TableType¶
-