Constructor
link_control ...
Properties
<link_control>.transform Matrix3Controller
Contains the transform controller below the link controller
Methods
linkCtrl.getLinkCount <link_control>
Returns the number of nodes linked to as an integer.
linkCtrl.getLinkNode <link_control> <index_integer>
Returns the node for the indexed link as a node value.
linkCtrl.setLinkNode <link_control> <index_integer> <node>
Sets the node for the indexed link. The indexed link must already exist.
linkCtrl.getLinkTime <link_control> <index_integer>
Returns the time for the indexed link as a time value.
linkCtrl.setLinkTime <link_control> <index_integer> <time>
Sets the time for the indexed link. The indexed link must already exist.
linkCtrl.addLink <link_control> <node> <time>
Adds the specified node as a link with the specified time.
linkCtrl.deleteLink <link_control> <index_integer>
Deletes the indexed link.
See also
Controller Common Properties, Operators, and Methods