InteractablesData
: List< HandGrabInteractableData > |
General getter for the data-only version of the HandGrabInteractable to be restored.
Signature
List<HandGrabInteractableData> Oculus.Interaction.HandGrab.HandGrabInteractableDataCollection.InteractablesData |
StoreInteractables
(
interactablesData
)
|
Register all the data into the Asset Database so it survives the Play-Mode shutdown.
Signature
void Oculus.Interaction.HandGrab.HandGrabInteractableDataCollection.StoreInteractables(List< HandGrabInteractableData > interactablesData) Parameters interactablesData: List< HandGrabInteractableData >Returns void |