3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Controller Events

Changes to the controller on an object. More...

Functions

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

Detailed Description

Changes to the controller on an object.

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()

Function Documentation

◆ ControllerStructured()

virtual void ControllerStructured ( NodeKeyTab nodes)
inlinevirtual
197{}

◆ ControllerOtherEvent()

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{}