InputAnimation.CutoffBeforeTime(Single) Method

Definition

Caution

Cutoff is achieved in InputRecordingBuffer

Remove all keyframes from all animation curves with time values before the given cutoff time.

public:
 void CutoffBeforeTime(float time);
public void CutoffBeforeTime (float time);
[System.Obsolete("Cutoff is achieved in InputRecordingBuffer")]
public void CutoffBeforeTime (float time);
member this.CutoffBeforeTime : single -> unit
[<System.Obsolete("Cutoff is achieved in InputRecordingBuffer")>]
member this.CutoffBeforeTime : single -> unit
Public Sub CutoffBeforeTime (time As Single)

Parameters

time
Single
Attributes

Remarks

If keyframes exists before the cutoff time then one preceding keyframe will be retained, so that interpolation at the cutoff time yields the same result.

Applies to