Removes all inbound references to this object. At the end of the process the object is considered 'detached': it may hold references to child resources, but nothing holds references to it. A detached object may be re-attached.
Dispatches an event on the GraphNode, and on the associated
Graph. Event types on the graph are prefixed, "node:[type]".
Removes both inbound references to and outbound references from this object. At the end of the process the object holds no references, and nothing holds references to it. A disposed object is not reusable.
**** Project metadata *****
Returns true if the node has been permanently removed from the graph.
**** Extensions *****
**** Packages *****
Root property of a FairyGUI project.
Any properties to be exported must be referenced (directly or indirectly) by the root. Properties are added to the root via factory methods on its Document, and removed by calling Property.dispose().