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
-
explicit EggTable(std::string const &name = "")
-
static TypeHandle get_class_type(void)
-
bool has_transform(void) const
Returns true if the table contains a transform description, false otherwise.
-
explicit EggTable(std::string const &name = "")