GetKeyValue
double GetKeyValue (object obj, int index, channelchan )
Return Value: The value of the index keyframe on chan. Note that the index value is one based, that is the first keyframe is index 1, the second is index 2 and so on.
Arguments:
obj | object in question |
index | keyframe index |
chan | channel to get value from |
Gets the value of a keyframe on the chan channel. The keyframe that it will use depends on the index value passed. The first keyframe on the curve is 1, the second is 2 and so on.
See Also: KeyExists( ), NumKeys( )
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |