ParamNodePath

from panda3d.core import ParamNodePath
class ParamNodePath

Bases:

Bases: ParamValueBase

A class object for storing a NodePath as a parameter.

Inheritance diagram

Inheritance diagram of ParamNodePath

__init__(node_path: NodePath)

Creates a new ParamNodePath storing the given node path object.

static getClassType() TypeHandle
getValue() NodePath

Retrieves the NodePath stored in the parameter.