-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathOpenXRFbSpatialEntityUser.xml
26 lines (26 loc) · 1.14 KB
/
OpenXRFbSpatialEntityUser.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" ?>
<class name="OpenXRFbSpatialEntityUser" inherits="RefCounted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd">
<brief_description>
Represents a remote user registered with Meta's platform.
</brief_description>
<description>
Represents a remote user registered with Meta's platform.
[OpenXRFbSpatialEntity] objects which have been stored in the cloud can be shared with remote users in order to create multiplayer co-located experiences, where multiple users with headsets in the same physical space can interact with the same virtual objects.
</description>
<tutorials>
</tutorials>
<methods>
<method name="create_user" qualifiers="static">
<return type="OpenXRFbSpatialEntityUser" />
<param index="0" name="user_id" type="int" />
<description>
Creates an [OpenXRFbSpatialEntityUser] from the given user ID.
</description>
</method>
</methods>
<members>
<member name="user_id" type="int" setter="" getter="get_user_id" default="0">
The user ID.
</member>
</members>
</class>