Panda3D
|
Public Member Functions | |
Stashed (const CData *cdata) | |
Stashed (const Stashed ©) | |
Stashed (Stashed &&from) noexcept | |
size_t | get_num_stashed () const |
Returns the number of stashed children of the node. | |
PandaNode * | get_stashed (size_t n) const |
Returns the nth stashed child of the node. | |
int | get_stashed_sort (size_t n) const |
Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()). | |
void | operator= (const Stashed ©) |
void | operator= (Stashed &&from) noexcept |
PandaNode * | operator[] (size_t n) const |
size_t | size () const |
Definition at line 729 of file pandaNode.h.
|
inline |
Definition at line 982 of file pandaNode.I.
|
inline |
Definition at line 989 of file pandaNode.I.
|
inline |
Definition at line 998 of file pandaNode.I.
|
inlinenoexcept |
Definition at line 1015 of file pandaNode.I.
|
inline |
Returns the number of stashed children of the node.
Definition at line 1032 of file pandaNode.I.
Referenced by PandaNode::copy_children(), and PandaNode::r_prepare_scene().
|
inline |
Returns the nth stashed child of the node.
Definition at line 1041 of file pandaNode.I.
Referenced by PandaNode::copy_children(), and PandaNode::r_prepare_scene().
|
inline |
Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()).
See get_num_stashed().
Definition at line 1052 of file pandaNode.I.
Referenced by PandaNode::copy_children().
|
inline |
Definition at line 1007 of file pandaNode.I.
|
inlinenoexcept |
Definition at line 1024 of file pandaNode.I.
|
inline |
Definition at line 744 of file pandaNode.h.
|
inline |
Definition at line 745 of file pandaNode.h.