 |
IAnimationTrackApplyTemporalScalingAndDelays Method |
Apply temporal scaling and start/end delay to the track. The timestamp of each keyframe in the track is multiplied
by the given scale factor, and start delay value is added to the result. If end delay is non-zero, and additional
key-frame is added at the end of the track.
Namespace: Ab4d.SharpEngine.AnimationAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxvoid ApplyTemporalScalingAndDelays(
float scaleFactor,
float startDelay,
float endDelay
)
Parameters
- scaleFactor Single
- startDelay Single
- endDelay Single
See Also