Returns the set of relative values at the specified index from the interpolator-driven parameter.
oArray = GetRelativeValue( InputObj, Index ); |
Returns an Array containing the relative value for each parameter.
Parameter | Type | Description | ||||
---|---|---|---|---|---|---|
InputObj | String |
Animated parameter(s) that the interpolator is controlling or the interpolator itself Default Value: Currently selected and marked parameter |
||||
Index | Integer |
Index of the set of relative values to get. Default Value: 0
|
' 'See the example for the SetRelativeValues command. ' |