Show / Hide Table of Contents

Class CaptureCollection<T>

Inheritance
System.Object
CaptureCollection<T>
CustomEventCollection
EnumCollection
EulerRotationCollection
LifeCycleCollection
PositionCollection
Implements
ICaptureCollection<T>
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 abstract class CaptureCollection<T> : ICaptureCollection<T> where T : ICapture
Type Parameters
Name Description
T

Constructors

CaptureCollection(String, T[])

Declaration
public CaptureCollection(string name, T[] captures)
Parameters
Type Name Description
System.String name
T[] captures

Fields

captures

Declaration
protected T[] captures
Field Value
Type Description
T[]

Properties

Captures

Declaration
public T[] Captures { get; }
Property Value
Type Description
T[]

Duration

Declaration
public float Duration { get; }
Property Value
Type Description
System.Single

EndTime

Shorthand for getting the time of the last capture in the collection.

Declaration
public float EndTime { get; }
Property Value
Type Description
System.Single

Item[Int32]

Declaration
public T this[int i] { get; }
Parameters
Type Name Description
System.Int32 i
Property Value
Type Description
T

Length

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32

Name

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

Signature

Declaration
public abstract string Signature { get; }
Property Value
Type Description
System.String

StartTime

Shorthand for getting the time of the first capture in the collection.

Declaration
public float StartTime { get; }
Property Value
Type Description
System.Single

Implements

ICaptureCollection<T>
Back to top Generated by DocFX