DCParameter
from panda3d.direct import DCParameter
- class DCParameter
Bases:
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
- as_array_parameter() DCArrayParameter
- as_array_parameter() DCArrayParameter
- as_simple_parameter() DCSimpleParameter
- as_simple_parameter() DCSimpleParameter
- get_typedef() DCTypedef
If this type has been referenced from a typedef, returns the
DCTypedef
instance, or NULL if the type was declared on-the-fly.
- make_copy() DCParameter