15 #ifndef DEFERREDNODEPROPERTY_H
16 #define DEFERREDNODEPROPERTY_H
18 #include "pandabase.h"
20 #include "collideMask.h"
50 F_has_from_collide_mask = 0x0001,
51 F_has_into_collide_mask = 0x0002,
A basic node of the scene graph or data graph.
This class keeps track of all the state we must make note of during the graph traversal, but cannot apply immediately.
void apply_to_node(PandaNode *node)
Applies whatever state is appropriate to the node.
void compose(const DeferredNodeProperty &other)
Composes this state with the next one encountered on a lower node during the apply traversal...