Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Animator.recorderStopTime

Switch to Manual
var recorderStopTime: float;
float recorderStopTime;
recorderStopTime as float

Description

End time of the recorded clip relative to when StartRecording was called.

For example, if we started recording at second 10, and ended recording at second 15, then this will have a value of 5. If the buffer is not initialized (StartRecording is not called), the value of this property will be -1. See Also: recorderStartTime.