bool | Valid[Get] Checks if the user is valid. |
ulong | Id[Get] The user ID associated with this OVRSpaceUser. |
OVRSpaceUser ( ulong spaceUserId ) Creates a space user handle for given Facebook user ID. | |
void | Dispose ( ) Disposes of the OVRSpaceUser. |
bool OVRSpaceUser.Valid |
---|
Checks if the user is valid. |
ulong OVRSpaceUser.Id |
---|
The user ID associated with this OVRSpaceUser. |
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. |