DCTypedef¶
from panda3d.direct import DCTypedef
-
class
DCTypedef
¶ Bases:
DCDeclaration
This represents a single typedef declaration in the dc file. It assigns a particular type to a new name, just like a C typedef.
Inheritance diagram
-
getNumber
() → int¶ Returns a unique index number associated with this typedef definition. This is defined implicitly when the .dc file(s) are read.
-