|
|
@@ -85,6 +85,9 @@ public:
|
|
|
/// @param[in] element_data The handle to the data generated by the decorator for the element.
|
|
|
virtual void RenderElement(Element* element, DecoratorDataHandle element_data) = 0;
|
|
|
|
|
|
+ /// Value specifying an invalid or non-existent Decorator data handle.
|
|
|
+ static const DecoratorDataHandle INVALID_DECORATORDATAHANDLE = 0;
|
|
|
+
|
|
|
protected:
|
|
|
/// Releases the decorator through its instancer.
|
|
|
virtual void OnReferenceDeactivate();
|