Show / Hide Table of Contents

Interface ICapture

Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public interface ICapture

Properties

Time

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

Methods

SetTime(Single)

Declaration
ICapture SetTime(float time)
Parameters
Type Name Description
System.Single time
Returns
Type Description
ICapture

ToJSON()

Declaration
string ToJSON()
Returns
Type Description
System.String

Extension Methods

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