RemoveFromManagers
Introduction
RemoveFromManagers removes the calling GraphicalUiElement from the SystemManagers. This method is typically not called, and instead RemoveFromRoot should be called in most cases.
Code Example
The following code shows how to add and remove a GraphicalUiElement.
Keep in mind that if a GraphicalUiElement is not added to managers, it does not need to be removed from managers. For more info see the Parent page.
Last updated
Was this helpful?