API reference
API reference
Select your platform
No SDKs available
No versions available

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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon