float_Reactor : floatController point3_Reactor : point3Controller position_Reactor : positionController rotation_Reactor : rotationController scale_Reactor : scaleController
Value > MAXWrapper > Controllers > Reactor Controllers |
Individual Controller ClassDescriptions:
Point3Reactor: Point3Controller
PositionReactor: PositionController
Rotation_Reactor : RotationController
Scale_Reactor : ScaleController
Creates a new reaction for the specified reactor controller.
Deletes the specified reaction. <index_integer> is the reaction you want to delete. The order of reactions is the order in which they are created.
Sets the controller that the reactor controller reacts to. You can either specify either a controller you want to react to or a node whose world position to react to.
Returns the number of reactions for the specified reactor controller.
Selects the specified reaction. <index_integer> is the reaction you want to select. The order of reactions is the order in which they are created.
Returns the number of the selected reaction.
Returns the specified reaction’s falloff. <index_integer> is the reaction you want to get the falloff from. The order of reactions is the order in which they are created, and the order in which the reactions are listed in the Reactor Parameters dialog.
Sets the specified reaction’s falloff to the specified value. <index_integer> is the reaction you want to set the falloff for. The order of reactions is the order in which they are created, and the order in which the reactions are listed in the Reactor Parameters dialog.
Returns the specified reaction’s influence. <index_integer> is the reaction you want to get the influence from. The order of reactions is the order in which they are created.
Sets the specified reaction’s influence to the specified value. <index_integer> is the reaction you want to set the influence for. The order of reactions is the order in which they are created.
Returns the specified reaction’s strength. <index_integer> is the reaction you want to get the strength from. The order of reactions is the order in which they are created.
Sets the specified reaction’s strength to the specified value. <index_integer> is the reaction you want to set the strength for. The order of reactions is the order in which they are created.
Returns the specified reaction’s state. The value type returned matches the reactor controller type. <index_integer> is the reaction you want to get the state from. The order of reactions is the order in which they are created.
Sets the specified reaction’s state to the specified value. <index_integer> is the reaction you want to set the state for. The order of reactions is the order in which they are created. The <value> type must match the reactor controller type.
Returns the specified reaction’s value. The return value type is the same as the controller type being reacted to. <index_integer> is the reaction you want to get the value from. The order of reactions is the order in which they are created.
Sets the specified reaction’s value to the specified value. <index_integer> is the reaction you want to set the value for. The order of reactions is the order in which they are created. The <value> type must match the controller type being reacted to.
Sets the name of the specified reaction. <index_integer> is the reaction you want to set the name for. The order of reactions is theorder in which they are created.
Returns the specified reaction’s name. <index_integer> is the reaction you want to get the name of. The order of reactions is the order in which they are created.