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

Inheritance diagram of DCParameter

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.

isValid() bool
makeCopy() DCParameter