unode¶
-
class
guerilla.
unode
¶ Bases:
guerilla.scenegraphnode
A 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 ofscenegraphnode
objects
Set the node tags
Parameters: tags ([string]) – the node tags as a list of string
-