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
- __init__(*args, **kwargs)
- asArrayParameter()
C++ Interface: as_array_parameter(const DCParameter self) as_array_parameter(DCParameter self)
- asSimpleParameter()
C++ Interface: as_simple_parameter(const DCParameter self) as_simple_parameter(DCParameter self)
- as_array_parameter()
C++ Interface: as_array_parameter(const DCParameter self) as_array_parameter(DCParameter self)
- as_simple_parameter()
C++ Interface: as_simple_parameter(const DCParameter self) as_simple_parameter(DCParameter self)
- getTypedef()
C++ Interface: get_typedef(DCParameter self)
- /**
If this type has been referenced from a typedef, returns the DCTypedef
instance, or NULL if the type was declared on-the-fly.
*/
- get_typedef()
C++ Interface: get_typedef(DCParameter self)
- /**
If this type has been referenced from a typedef, returns the DCTypedef
instance, or NULL if the type was declared on-the-fly.
*/
- isValid()
C++ Interface: is_valid(DCParameter self)
- is_valid()
C++ Interface: is_valid(DCParameter self)
- makeCopy()
C++ Interface: make_copy(DCParameter self)
- make_copy()
C++ Interface: make_copy(DCParameter self)