enum | StorageLocation { } Represents a storage location for an OVRSpace. |
bool | TryGetUuid ( out Guid uuid ) Retrieve the universally unique identifier (UUID) associated with this OVRSpace. |
override string | |
bool | |
override bool | Equals ( object obj ) |
override int | GetHashCode ( ) |
static bool | |
static bool | |
static implicit | operator OVRSpace ( ulong handle ) |
static implicit | operator ulong ( OVRSpace space ) |
Local | The storage location is local to the device. |
Cloud | The storage location is in the cloud. |
ulong OVRSpace.Handle |
---|
A runtime handle associated with this OVRSpace. This could change between subsequent sessions or apps. |
bool OVRSpace.TryGetUuid ( out Guid uuid ) |
---|
Retrieve the universally unique identifier (UUID) associated with this OVRSpace. Every space that can be persisted will have a UUID associated with it. UUIDs are consistent across different sessions and apps. The UUID of a space does not change over time, but not all spaces are guaranteed to have a UUID. Parameters uuid If successful, the uuid associated with this OVRSpace, otherwise, Guid.Empty. Returns Returns true if the uuid could be retrieved, otherwise false. |
OVRSpace.OVRSpace ( ulong handle ) |
---|
Constructs an OVRSpace object from an existing runtime handle and UUID. This constructor does not create a new space. An OVRSpace is a wrapper for low-level functionality in the Oculus Runtime. To create a new spatial anchor, use OVRSpatialAnchor. Parameters handle The runtime handle associated with the space. |
override string OVRSpace.ToString ( ) |
---|
bool OVRSpace.Equals ( OVRSpace other ) |
---|
No description available.
|
override bool OVRSpace.Equals ( object obj ) |
---|
No description available.
|
override int OVRSpace.GetHashCode ( ) |
---|
No description available.
|
static implicit OVRSpace.operator OVRSpace ( ulong handle ) |
---|
No description available.
|
static implicit OVRSpace.operator ulong ( OVRSpace space ) |
---|
No description available.
|