WebXR: Add support for hand tracking
This commit is contained in:
parent
2fe8f07b6c
commit
7fa8ccd1ed
8 changed files with 182 additions and 26 deletions
|
|
@ -153,6 +153,10 @@
|
|||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="enabled_features" type="String" setter="" getter="get_enabled_features">
|
||||
A comma-separated list of features that were successfully enabled by [method XRInterface.initialize] when setting up the WebXR session.
|
||||
This may include features requested by setting [member required_features] and [member optional_features].
|
||||
</member>
|
||||
<member name="optional_features" type="String" setter="set_optional_features" getter="get_optional_features">
|
||||
A comma-seperated list of optional features used by [method XRInterface.initialize] when setting up the WebXR session.
|
||||
If a user's browser or device doesn't support one of the given features, initialization will continue, but you won't be able to use the requested feature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue