Uranium
Application Framework
|
The point of a SceneNodeDecorator is that it can be added to a SceneNode, where it then provides decorations Decorations are functions of a SceneNodeDecorator that can be called (except for functions already defined in SceneNodeDecorator). More...
Inherited by UM.Scene.GroupDecorator.GroupDecorator.
Public Member Functions | |
__init__ (self, "SceneNode" node=None) | |
None | setNode (self, "SceneNode" node) |
"SceneNode" | getNode (self) |
clear (self) | |
Clear all data associated with this decorator. | |
"SceneNodeDecorator" | __deepcopy__ (self, memo) |
Protected Attributes | |
_node | |
The point of a SceneNodeDecorator is that it can be added to a SceneNode, where it then provides decorations Decorations are functions of a SceneNodeDecorator that can be called (except for functions already defined in SceneNodeDecorator).
UM.Scene.SceneNodeDecorator.SceneNodeDecorator.clear | ( | self | ) |
Clear all data associated with this decorator.
This will be called before the decorator is removed