Click or drag to resize
Ab4d.SharpEngine logo

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.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
void ApplyTemporalScalingAndDelays(
	float scaleFactor,
	float startDelay,
	float endDelay
)

Parameters

scaleFactor  Single

[Missing <param name="scaleFactor"/> documentation for "M:Ab4d.SharpEngine.Animation.IAnimationTrack.ApplyTemporalScalingAndDelays(System.Single,System.Single,System.Single)"]

startDelay  Single

[Missing <param name="startDelay"/> documentation for "M:Ab4d.SharpEngine.Animation.IAnimationTrack.ApplyTemporalScalingAndDelays(System.Single,System.Single,System.Single)"]

endDelay  Single

[Missing <param name="endDelay"/> documentation for "M:Ab4d.SharpEngine.Animation.IAnimationTrack.ApplyTemporalScalingAndDelays(System.Single,System.Single,System.Single)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Animation.IAnimationTrack.ApplyTemporalScalingAndDelays(System.Single,System.Single,System.Single)"]

See Also