Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.Scene.SceneNodeDecorator.SceneNodeDecorator Class Reference

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

def __init__
 
def setNode
 
def getNode
 
def clear
 Clear all data associated with this decorator. More...
 
def __deepcopy__
 

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).

See also
SceneNode

Member Function Documentation

def UM.Scene.SceneNodeDecorator.SceneNodeDecorator.clear (   self,
  None 
)

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: