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

OVRSpaceUser Struct

Represents a user for purposes of sharing scene anchors.
OVRSpaceUser extends System.IDisposable.

Overview

Properties

bool
Valid[Get]
Checks if the user is valid.
ulong
Id[Get]
The user ID associated with this OVRSpaceUser.

Public Member Functions

OVRSpaceUser
( ulong spaceUserId )
Creates a space user handle for given Facebook user ID.
void
Dispose ( )
Disposes of the OVRSpaceUser.

Details

Properties

bool OVRSpaceUser.Valid
Checks if the user is valid.
ulong OVRSpaceUser.Id
The user ID associated with this OVRSpaceUser.

Member Functions

OVRSpaceUser.OVRSpaceUser
( ulong spaceUserId )
Creates a space user handle for given Facebook user ID.
Parameters
spaceUserId
The Facebook user ID obtained from the other party over the network
void OVRSpaceUser.Dispose ( )
Disposes of the OVRSpaceUser.
This method does not destroy the user account. It disposes the handle used to reference it.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon