This class is for enumerating IK parameters. This callback is
called once for each parameter a controller has. This callback is
implemented by the system and passed into the method
EnumIKParams() of the controller.
The index of the parameter. For example a position controller with
three degrees of freedom (X, Y, Z) would call this method three
times passing it and index of 0, then 1, then 2.