DCArrayParameter
from panda3d.direct import DCArrayParameter
- class DCArrayParameter
Bases:
DCParameter
This represents an array of some other kind of object, meaning this parameter type accepts an arbitrary (or possibly fixed) number of nested fields, all of which are of the same type.
Inheritance diagram
- __init__(*args, **kwargs)
- getArraySize()
C++ Interface: get_array_size(DCArrayParameter self)
- /**
Returns the fixed number of elements in this array, or -1 if the array may
contain a variable number of elements.
*/
- getElementType()
C++ Interface: get_element_type(DCArrayParameter self)
- /**
Returns the type of the individual elements of this array.
*/