API reference

InvertedCapture Struct

This struct helped inverting callback signature when using OVRTasks.

Overview

Static Public Member Functions

static void
ContinueTaskWith
( OVRTask< TResult > task,
Action< TCapture, TResult > onCompleted,
TCapture state )

Details

Detailed Description

OVRTasks expect Action{TResult, TCapture} signature but public API requires Action{TCapture, TResult} signature.

Static Member Functions

static void OVRSpatialAnchor.InvertedCapture< TResult, TCapture >.ContinueTaskWith
( OVRTask< TResult > task,
Action< TCapture, TResult > onCompleted,
TCapture state )
No description available.