uproceduralnodeΒΆ

class uproceduralnode

A user procedural node

Hierarchy

class uproceduralnode < class unode < class scenegraphnode

Members

Methods:

nil setcommand ( string plugin , {} arguments ) Set the procedural command


Inherited from class unode

Methods:

nil setattributes ( {string:value} attributes ) Set the node attributes
nil setchildren ( [scenegraphnode] children ) Set the node children
nil setfilter ( int filter ) Set the node filter
nil setname ( string name ) Set the node name
nil settags ( [string] tags ) Set the node tags
nil settransform ( transform xform ) Set the node transform
nil settransforminherit ( bool inherit ) Should the node inherit its transform stack
nil settransformmode ( int mode ) Set the node transform mode
nil settype ( int type ) Set the node type

Documentation

nil setcommand ( string plugin , {} arguments )

Set the procedural command

Arguments:

  • plugin The procedural plugin name
  • arguments The list of arguments to be used to call the procedural, as a list of [name, value]