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

HandGrabInteractableDataCollection Class

A collection of HandGrabInteractable Data, to be used to store the information of several HandGrabInteractable so it survives Play-Mode Edit-Mode cycles.
Oculus::Interaction::HandGrab::HandGrabInteractableDataCollection extends ScriptableObject.

Overview

Properties

List< HandGrabInteractableData >
General getter for the data-only version of the HandGrabInteractable to be restored.

Public Member Functions

void
StoreInteractables
( List< HandGrabInteractableData > interactablesData )
Register all the data into the Asset Database so it survives the Play-Mode shutdown.

Details

Detailed Description

Use this to store information once in Play-Mode (where Hand-tracking can be used) and then restore it forever at Edit-time.

Properties

List<HandGrabInteractableData> Oculus.Interaction.HandGrab.HandGrabInteractableDataCollection.InteractablesData
General getter for the data-only version of the HandGrabInteractable to be restored.

Member Functions

void Oculus.Interaction.HandGrab.HandGrabInteractableDataCollection.StoreInteractables
( List< HandGrabInteractableData > interactablesData )
Register all the data into the Asset Database so it survives the Play-Mode shutdown.
Parameters
interactablesData
Did you find this page helpful?
Thumbs up icon
Thumbs down icon