1 line
5.6 KiB
JavaScript
1 line
5.6 KiB
JavaScript
(self.webpackChunkstardust_website=self.webpackChunkstardust_website||[]).push([[993],{3905:function(t,e,r){"use strict";r.d(e,{Zo:function(){return p},kt:function(){return f}});var n=r(7294);function o(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function a(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach((function(e){o(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function s(t,e){if(null==t)return{};var r,n,o=function(t,e){if(null==t)return{};var r,n,o={},i=Object.keys(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||(o[r]=t[r]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}var c=n.createContext({}),l=function(t){var e=n.useContext(c),r=e;return t&&(r="function"==typeof t?t(e):a(a({},e),t)),r},p=function(t){var e=l(t.components);return n.createElement(c.Provider,{value:e},t.children)},u={inlineCode:"code",wrapper:function(t){var e=t.children;return n.createElement(n.Fragment,{},e)}},d=n.forwardRef((function(t,e){var r=t.components,o=t.mdxType,i=t.originalType,c=t.parentName,p=s(t,["components","mdxType","originalType","parentName"]),d=l(r),f=o,g=d["".concat(c,".").concat(f)]||d[f]||u[f]||i;return r?n.createElement(g,a(a({ref:e},p),{},{components:r})):n.createElement(g,a({ref:e},p))}));function f(t,e){var r=arguments,o=e&&e.mdxType;if("string"==typeof t||o){var i=r.length,a=new Array(i);a[0]=d;var s={};for(var c in e)hasOwnProperty.call(e,c)&&(s[c]=e[c]);s.originalType=t,s.mdxType="string"==typeof t?t:o,a[1]=s;for(var l=2;l<i;l++)a[l]=r[l];return n.createElement.apply(null,a)}return n.createElement.apply(null,r)}d.displayName="MDXCreateElement"},9255:function(t,e,r){"use strict";r.r(e),r.d(e,{frontMatter:function(){return s},contentTitle:function(){return c},metadata:function(){return l},toc:function(){return p},default:function(){return d}});var n=r(2122),o=r(9756),i=(r(7294),r(3905)),a=["components"],s={},c="/input",l={unversionedId:"stardust-protocol/server/objects/input",id:"stardust-protocol/server/objects/input",isDocsHomePage:!1,title:"/input",description:"Object managing input and interaction.",source:"@site/docs/stardust-protocol/server/objects/input.md",sourceDirName:"stardust-protocol/server/objects",slug:"/stardust-protocol/server/objects/input",permalink:"/docs/stardust-protocol/server/objects/input",editUrl:"https://github.com/StardustXR/website/edit/main/docs/stardust-protocol/server/objects/input.md",version:"current",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"/hmd",permalink:"/docs/stardust-protocol/server/objects/hmd"},next:{title:"/",permalink:"/docs/stardust-protocol/server/objects/root"}},p=[{value:"Signals",id:"signals",children:[{value:"<code>registerInputHandler(string name, string field, string spacePath, Vector3 position, Quat rotation, string callbackPath, string callbackMethod)</code>",id:"registerinputhandlerstring-name-string-field-string-spacepath-vector3-position-quat-rotation-string-callbackpath-string-callbackmethod",children:[]},{value:"<code>Vector<Vector<string inputHandlerUUID, Vector3 position>> getInputHandlers(string spacePath, bool excludeSelf)</code>",id:"vectorvectorstring-inputhandleruuid-vector3-position-getinputhandlersstring-spacepath-bool-excludeself",children:[]}]}],u={toc:p};function d(t){var e=t.components,r=(0,o.Z)(t,a);return(0,i.kt)("wrapper",(0,n.Z)({},u,r,{components:e,mdxType:"MDXLayout"}),(0,i.kt)("h1",{id:"input"},"/input"),(0,i.kt)("p",null,"Object managing input and interaction."),(0,i.kt)("h2",{id:"signals"},"Signals"),(0,i.kt)("h3",{id:"registerinputhandlerstring-name-string-field-string-spacepath-vector3-position-quat-rotation-string-callbackpath-string-callbackmethod"},(0,i.kt)("inlineCode",{parentName:"h3"},"registerInputHandler(string name, string field, string spacePath, Vector3 position, Quat rotation, string callbackPath, string callbackMethod)")),(0,i.kt)("p",null,"Creates a new ",(0,i.kt)("a",{parentName:"p",href:"/docs/stardust-protocol/server/types/input/InputHandler"},"InputHandler")," with the specified ",(0,i.kt)("inlineCode",{parentName:"p"},"name")," and ",(0,i.kt)("inlineCode",{parentName:"p"},"field"),", located relative to the space referenced in ",(0,i.kt)("inlineCode",{parentName:"p"},"spacePath")," and the ",(0,i.kt)("inlineCode",{parentName:"p"},"postion")," + ",(0,i.kt)("inlineCode",{parentName:"p"},"rotation"),"."),(0,i.kt)("h3",{id:"vectorvectorstring-inputhandleruuid-vector3-position-getinputhandlersstring-spacepath-bool-excludeself"},(0,i.kt)("inlineCode",{parentName:"h3"},"Vector<Vector<string inputHandlerUUID, Vector3 position>> getInputHandlers(string spacePath, bool excludeSelf)")),(0,i.kt)("p",null,"Returns a list of all ",(0,i.kt)("a",{parentName:"p",href:"/docs/stardust-protocol/server/types/input/InputHandler"},"InputHandler")," UUIDs and their positions (relative to the space at ",(0,i.kt)("inlineCode",{parentName:"p"},"spacePath"),"), as well as puts aliases to those handlers in ",(0,i.kt)("inlineCode",{parentName:"p"},"/input/global_handler/[UUID]"),". Excludes handlers from this client if ",(0,i.kt)("inlineCode",{parentName:"p"},"excludeSelf")," is true."))}d.isMDXComponent=!0}}]); |