OVRSpaceUser
(
spaceUserId
)
|
Creates a space user handle for given Facebook user ID.
Signature
OVRSpaceUser.OVRSpaceUser(ulong spaceUserId) Parameters spaceUserId: ulong
The Facebook user ID obtained from the other party over the network
|
Id
: ulong
[Get] |
The user ID associated with this OVRSpaceUser.
Signature
ulong OVRSpaceUser.Id |
Valid
: bool
[Get] |
Checks if the user is valid.
Signature
bool OVRSpaceUser.Valid |
Dispose
()
|
Disposes of the OVRSpaceUser.
This method does not destroy the user account. It disposes the handle used to reference it.
Signature
void OVRSpaceUser.Dispose() Returns void |