Uranium
Application Framework
Loading...
Searching...
No Matches
UM.Scene.SceneNodeDecorator.SceneNodeDecorator Class Reference

Public Member Functions

None __init__ (self, Optional["SceneNode"] node=None)
None setNode (self, "SceneNode" node)
Optional["SceneNode"] getNode (self)
None clear (self)
"SceneNodeDecorator" __deepcopy__ (self, Dict[int, object] memo)

Protected Attributes

 _node = node

Detailed Description

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).
:sa SceneNode

Member Function Documentation

◆ clear()

None UM.Scene.SceneNodeDecorator.SceneNodeDecorator.clear ( self)
Clear all data associated with this decorator. This will be called before the decorator is removed

The documentation for this class was generated from the following file:
  • UM/Scene/SceneNodeDecorator.py