ParamNodePath

from panda3d.core import ParamNodePath
class ParamNodePath

Bases: ParamValueBase

A class object for storing a NodePath as a parameter.

Inheritance diagram

Inheritance diagram of ParamNodePath

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getValue()

C++ Interface: get_value(ParamNodePath self)

/**
  • Retrieves the NodePath stored in the parameter.

*/

get_class_type()

C++ Interface: get_class_type()

get_value()

C++ Interface: get_value(ParamNodePath self)

/**
  • Retrieves the NodePath stored in the parameter.

*/