|
@@ -92,6 +92,17 @@ private:
|
|
|
COWPT(InstanceList) _instances;
|
|
COWPT(InstanceList) _instances;
|
|
|
|
|
|
|
|
friend class InstancedNode;
|
|
friend class InstancedNode;
|
|
|
|
|
+
|
|
|
|
|
+ public:
|
|
|
|
|
+ static TypeHandle get_class_type() {
|
|
|
|
|
+ return _type_handle;
|
|
|
|
|
+ }
|
|
|
|
|
+ static void init_type() {
|
|
|
|
|
+ register_type(_type_handle, "InstancedNode::CData");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ private:
|
|
|
|
|
+ static TypeHandle _type_handle;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
PipelineCycler<CData> _cycler;
|
|
PipelineCycler<CData> _cycler;
|