Show / Hide Table of Contents

Interface ICaptureRecorder<T>

Namespace: Recolude.Core.Record
Assembly: Recolude.Core.dll
Syntax
public interface ICaptureRecorder<out T>

    where T : ICapture
Type Parameters
Name Description
T

Properties

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Methods

Record(ICapture)

Declaration
void Record(ICapture capture)
Parameters
Type Name Description
ICapture capture

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
Type Description
ICaptureCollection<T>
Back to top Generated by DocFX