Show / Hide Table of Contents

Class IntCapture

Inheritance
System.Object
Capture<System.Int32>
IntCapture
Implements
ICapture
Inherited Members
Capture<Int32>.Time
Capture<Int32>.Value
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)
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public class IntCapture : Capture<int>, ICapture

Constructors

IntCapture(Single, Int32)

Declaration
public IntCapture(float time, int i)
Parameters
Type Name Description
System.Single time
System.Int32 i

Methods

SetTime(Single)

Declaration
public override ICapture SetTime(float newTime)
Parameters
Type Name Description
System.Single newTime
Returns
Type Description
ICapture
Overrides
Recolude.Core.Capture<System.Int32>.SetTime(System.Single)

ToCSV()

Builds a string that represents a single row in a csv file that contains this object's data.

Declaration
public override string ToCSV()
Returns
Type Description
System.String

A row of csv data as a string.

Overrides
Recolude.Core.Capture<System.Int32>.ToCSV()

ToJSON()

Declaration
public override string ToJSON()
Returns
Type Description
System.String
Overrides
Recolude.Core.Capture<System.Int32>.ToJSON()

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

ICapture

Extension Methods

ICaptureExtensions.FallsWithin(ICapture, Single, Single)
ICaptureExtensions.FallsWithin(ICapture, Vector2)
Back to top Generated by DocFX