unodeΒΆ
class unode
A user scene graph node
Hierarchy
class unode < class scenegraphnode
Children classes : class urefnode
Members
Methods:
| setattributes | (
|
Set the node attributes |
| setchildren | (
|
Set the node children |
| setfilter | (
|
Set the node filter |
| setname | (
|
Set the node name |
| settags | (
|
Set the node tags |
| settransform | (
|
Set the node transform |
| settransformmode | (
|
Set the node transform mode |
| settype | (
|
Set the node type |
Documentation
Set the node attributes
Arguments:
attributes the node attributes, as a dict of string to attribute value
Set the node children
Arguments:
children the node children, as a list of scenegraphnode objects
Set the node filter
Arguments:
filter the node filter
Set the node name
Arguments:
name the node name to set
Set the node tags
Arguments:
tags the node tags as a list of string
Set the node transform
Arguments:
xform the node transform
Set the node transform mode
Arguments:
mode the node trnasform mode
Set the node type
Arguments:
type the node type