|
|
@@ -67,6 +67,8 @@ PUBLISHED:
|
|
|
void apply_transform_and_state(CullTraverser *trav);
|
|
|
void apply_transform(const TransformState *node_transform);
|
|
|
|
|
|
+ MAKE_PROPERTY(node_path, get_node_path);
|
|
|
+
|
|
|
private:
|
|
|
// We store a chain leading all the way to the root, so that we can compose
|
|
|
// a NodePath. We may be able to eliminate this requirement in the future.
|