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 an EggXfmAnimData, which do. It may also be a parent to another <Table> or <Bundle>, establishing a hierarchy of tables.
Inheritance diagram
- TTBundle = 2
- TTInvalid = 0
- TTTable = 1
- TT_bundle = 2
- TT_invalid = 0
- TT_table = 1
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()
- hasTransform()
C++ Interface: has_transform(EggTable self)
- /**
Returns true if the table contains a transform description, false
otherwise.
*/
- has_transform()
C++ Interface: has_transform(EggTable self)
- /**
Returns true if the table contains a transform description, false
otherwise.
*/