Show / Hide Table of Contents

Class IRecordingExtensions

Inheritance
System.Object
IRecordingExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public static class IRecordingExtensions

Methods

CustomEventCollection(IRecording)

Declaration
public static ICaptureCollection<Capture<CustomEvent>> CustomEventCollection(this IRecording recording)
Parameters
Type Name Description
IRecording recording
Returns
Type Description
ICaptureCollection<Capture<CustomEvent>>

GetCollection<T>(IRecording)

Declaration
public static ICaptureCollection<T> GetCollection<T>(this IRecording recording)

    where T : ICapture
Parameters
Type Name Description
IRecording recording
Returns
Type Description
ICaptureCollection<T>
Type Parameters
Name Description
T

GetCollection<T>(IRecording, String)

Declaration
public static ICaptureCollection<T> GetCollection<T>(this IRecording recording, string name)

    where T : ICapture
Parameters
Type Name Description
IRecording recording
System.String name
Returns
Type Description
ICaptureCollection<T>
Type Parameters
Name Description
T

LifeCycleCollection(IRecording)

Declaration
public static ICaptureCollection<Capture<UnityLifeCycleEvent>> LifeCycleCollection(this IRecording recording)
Parameters
Type Name Description
IRecording recording
Returns
Type Description
ICaptureCollection<Capture<UnityLifeCycleEvent>>

PositionCollection(IRecording)

Declaration
public static ICaptureCollection<Capture<Vector3>> PositionCollection(this IRecording recording)
Parameters
Type Name Description
IRecording recording
Returns
Type Description
ICaptureCollection<Capture<UnityEngine.Vector3>>

RotationCollection(IRecording)

Declaration
public static ICaptureCollection<Capture<Vector3>> RotationCollection(this IRecording recording)
Parameters
Type Name Description
IRecording recording
Returns
Type Description
ICaptureCollection<Capture<UnityEngine.Vector3>>
Back to top Generated by DocFX