2.2.4.17.2 Animation_SetEaseOut
The Animation_SetEaseOut message changes the given keyframes across all sequences in the animation to an Ease Out interpolation.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
_size |
|||||||||||||||||||||||||||||||
|
_msgid |
|||||||||||||||||||||||||||||||
|
_idObjectSubject |
|||||||||||||||||||||||||||||||
|
idxKeyframe |
|||||||||||||||||||||||||||||||
|
flWeight |
|||||||||||||||||||||||||||||||
|
flHandle |
|||||||||||||||||||||||||||||||
_size (4 bytes): An unsigned 32-bit integer. The total message size, in bytes.
_msgid (4 bytes): A signed 32-bit integer. The message ID that is unique to the specific target. The _msgid value is 0x00000001 for this message.
_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.
idxKeyframe (4 bytes): A signed 32-bit integer. The index of the keyframe to modify.
flWeight (4 bytes): A single-precision 32-bit number. The weight of the interpolation as compared to a linear interpolation.
flHandle (4 bytes): A single-precision 32-bit number. The percentage of progress where the interpolation changes from exponential to linear. This value is between 0.0 and 1.0 (non-inclusive).