API reference

OVRSpaceUser Struct

Extends IDisposable
Represents a user for purposes of sharing scene anchors.

Properties

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

Member Functions

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 Dispose ( )
Disposes of the OVRSpaceUser.
This method does not destroy the user account. It disposes the handle used to reference it.