DCParameter¶
from panda3d.direct import DCParameter
-
class
DCParameter
¶ Bases:
DCField
Represents the type specification for a single parameter within a field specification. This may be a simple type, or it may be a class or an array reference.
This may also be a typedef reference to another type, which has the same properties as the referenced type, but a different name.
Inheritance diagram
-
asArrayParameter
() → DCArrayParameter¶
-
asArrayParameter
() → DCArrayParameter
-
asSimpleParameter
() → DCSimpleParameter¶
-
asSimpleParameter
() → DCSimpleParameter
-
getTypedef
() → DCTypedef¶ If this type has been referenced from a typedef, returns the
DCTypedef
instance, or NULL if the type was declared on-the-fly.
-
makeCopy
() → DCParameter¶
-