unode¶
-
class
guerilla.unode¶ Bases:
guerilla.scenegraphnodeA user scene graph node
-
setattributes(attributes)¶ Set the node attributes
Parameters: attributes ({string:value}) – the node attributes, as a dict of string to attribute value
-
setchildren(children)¶ Set the node children
Parameters: children ([ scenegraphnode]) – the node children, as a list ofscenegraphnodeobjects
Set the node tags
Parameters: tags ([string]) – the node tags as a list of string
-