InputAnimation.CutoffBeforeTime(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.