Controller Events

Controller Events

Module description

Changes to the controller on an object.

Functions

virtual void ControllerStructured (NodeKeyTab &nodes)
 Node transform controllers applied, unapplied or switched. More...
 
virtual void ControllerOtherEvent (NodeKeyTab &nodes)
 All other changes to node transform controller values, including nodes moved/rotated/scaled, or transform animation keys set. More...
 

Function Documentation

virtual void ControllerStructured ( NodeKeyTab nodes)
inlinevirtual

Node transform controllers applied, unapplied or switched.

Pertains only to a node's transform controller, not to other animated aspects of the object.

Parameters
[in]nodesThe node list, provided as AnimHandles.
See also
NodeEventNamespace::GetNodeByKey()
197 {}
virtual void ControllerOtherEvent ( NodeKeyTab nodes)
inlinevirtual

All other changes to node transform controller values, including nodes moved/rotated/scaled, or transform animation keys set.

Pertains only to a node's transform controller, not to other animated aspects of the object.

Parameters
[in]nodesThe node list, provided as AnimHandles.
See also
NodeEventNamespace::GetNodeByKey()
202 {}