ParamNodePath

class ParamNodePath

Bases: ParamValueBase

A class object for storing a NodePath as a parameter.

Inheritance diagram

Inheritance diagram of ParamNodePath

ParamNodePath(NodePath const &node_path)

Creates a new ParamNodePath storing the given node path object.

static TypeHandle get_class_type(void)
NodePath const &get_value(void) const

Retrieves the NodePath stored in the parameter.