Interface ICaptureRecorder<T>
Assembly: Recolude.Core.dll
Syntax
public interface ICaptureRecorder<out T>
where T : ICapture
Type Parameters
Properties
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
Record(ICapture)
Declaration
void Record(ICapture capture)
Parameters
ToCollection(Single, Single, IEnumerable<Vector2>)
Declaration
ICaptureCollection<T> ToCollection(float startTime, float endTime, IEnumerable<Vector2> pauseSlices)
Parameters
Type |
Name |
Description |
System.Single |
startTime |
|
System.Single |
endTime |
|
System.Collections.Generic.IEnumerable<UnityEngine.Vector2> |
pauseSlices |
|
Returns