ParamNodePath
from panda3d.core import ParamNodePath
- class ParamNodePath
Bases:
Bases:
ParamValueBase
A class object for storing a
NodePath
as a parameter.Inheritance diagram
- __init__(node_path: NodePath)
Creates a new
ParamNodePath
storing the given node path object.
- static getClassType() TypeHandle