Restructuring renderpasses
This commit is contained in:
@@ -29,6 +29,8 @@ public:
|
||||
const Rect getBoundingBox() const;
|
||||
protected:
|
||||
Rect boundingBox;
|
||||
bool dirty;
|
||||
|
||||
bool enabled;
|
||||
PElement parent;
|
||||
Array<PElement> children;
|
||||
|
||||
@@ -11,5 +11,6 @@ public:
|
||||
Panel();
|
||||
virtual ~Panel();
|
||||
};
|
||||
DEFINE_REF(Panel);
|
||||
} // namespace UI
|
||||
} // namespace Seele
|
||||
|
||||
Reference in New Issue
Block a user