diff options
| author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
|---|---|---|
| committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
| commit | eb84bb298d2b95aec7b2ae12cbf25ac64f25379a (patch) | |
| tree | efd616a157df06ab661c6d56651853431ac6b08b /VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3 | |
| download | unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.gz unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.bz2 unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.zip | |
move to self host
Diffstat (limited to 'VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3')
29 files changed, 6379 insertions, 0 deletions
diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData.meta new file mode 100644 index 00000000..cb104521 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 40a6ee5c421bbf64e864f1b76d729fd5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html new file mode 100644 index 00000000..e0a73929 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html @@ -0,0 +1,403 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>ComponentsTrackingData — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="ComponentsVRCAvatarPedestal" href="../ComponentsVRCAvatarPedestal/index.html"/> + <link rel="prev" title="VRCSDK3" href="../index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2 current"><a class="current reference internal" href="#">ComponentsTrackingData</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata">TrackingData</a></li> +<li class="toctree-l3"><a class="reference internal" href="#id1">TrackingData</a></li> +<li class="toctree-l3"><a class="reference internal" href="#ctor">ctor</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-equals">TrackingData Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-get-position">TrackingData get_position</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-get-rotation">TrackingData get_rotation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-gethashcode">TrackingData GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-gettype">TrackingData GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-set-position">TrackingData set_position</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-set-rotation">TrackingData set_rotation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#trackingdata-tostring">TrackingData ToString</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>ComponentsTrackingData</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/ComponentsTrackingData/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../ComponentsVRCAvatarPedestal/index.html" class="btn btn-neutral float-right" title="ComponentsVRCAvatarPedestal" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../index.html" class="btn btn-neutral" title="VRCSDK3" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="componentstrackingdata"> +<h1>ComponentsTrackingData<a class="headerlink" href="#componentstrackingdata" title="Permalink to this headline">¶</a></h1> +<p>The ComponentsTrackingData module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="trackingdata"> +<h2>TrackingData<a class="headerlink" href="#trackingdata" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Const_VRCSDKBaseVRCPlayerApiTrackingData"> +<code class="sig-name descname">Const_VRCSDKBaseVRCPlayerApiTrackingData</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData TrackingData</em><span class="sig-paren">)</span><a class="headerlink" href="#Const_VRCSDKBaseVRCPlayerApiTrackingData" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">TrackingData</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="id1"> +<h2>TrackingData<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDKBaseVRCPlayerApiTrackingData"> +<code class="sig-name descname">Variable_VRCSDKBaseVRCPlayerApiTrackingData</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData TrackingDataSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDKBaseVRCPlayerApiTrackingData" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +</div> +<div class="section" id="ctor"> +<h2>ctor<a class="headerlink" href="#ctor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__ctor__UnityEngineVector3_UnityEngineQuaternion__VRCSDKBaseVRCPlayerApiTrackingData"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__ctor__UnityEngineVector3_UnityEngineQuaternion__VRCSDKBaseVRCPlayerApiTrackingData</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Vector3 UnityEngine.Quaternion</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__ctor__UnityEngineVector3_UnityEngineQuaternion__VRCSDKBaseVRCPlayerApiTrackingData" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">TrackingData</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="trackingdata-equals"> +<h2>TrackingData Equals<a class="headerlink" href="#trackingdata-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData instanceSystem.Object obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="trackingdata-get-position"> +<h2>TrackingData get_position<a class="headerlink" href="#trackingdata-get-position" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__get_position__UnityEngineVector3"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__get_position__UnityEngineVector3</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__get_position__UnityEngineVector3" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Vector3</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="trackingdata-get-rotation"> +<h2>TrackingData get_rotation<a class="headerlink" href="#trackingdata-get-rotation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__get_rotation__UnityEngineQuaternion"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__get_rotation__UnityEngineQuaternion</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__get_rotation__UnityEngineQuaternion" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Quaternion</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="trackingdata-gethashcode"> +<h2>TrackingData GetHashCode<a class="headerlink" href="#trackingdata-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="trackingdata-gettype"> +<h2>TrackingData GetType<a class="headerlink" href="#trackingdata-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="trackingdata-set-position"> +<h2>TrackingData set_position<a class="headerlink" href="#trackingdata-set-position" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__set_position__UnityEngineVector3"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__set_position__UnityEngineVector3</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData UnityEngine.Vector3</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__set_position__UnityEngineVector3" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="trackingdata-set-rotation"> +<h2>TrackingData set_rotation<a class="headerlink" href="#trackingdata-set-rotation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__set_rotation__UnityEngineQuaternion"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__set_rotation__UnityEngineQuaternion</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData UnityEngine.Quaternion</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__set_rotation__UnityEngineQuaternion" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="trackingdata-tostring"> +<h2>TrackingData ToString<a class="headerlink" href="#trackingdata-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApiTrackingData.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApiTrackingData.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi+TrackingData instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApiTrackingData.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../ComponentsVRCAvatarPedestal/index.html" class="btn btn-neutral float-right" title="ComponentsVRCAvatarPedestal" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../index.html" class="btn btn-neutral" title="VRCSDK3" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html.meta new file mode 100644 index 00000000..02380758 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsTrackingData/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 57380db1ca124a74bbd114e3062ec18c +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta new file mode 100644 index 00000000..97cd355b --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b247f955d1df09c41976373db0cd7848 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html new file mode 100644 index 00000000..2cbaef42 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html @@ -0,0 +1,630 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>ComponentsVRCAvatarPedestal — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="ComponentsVRCMirrorReflection" href="../ComponentsVRCMirrorReflection/index.html"/> + <link rel="prev" title="ComponentsTrackingData" href="../ComponentsTrackingData/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">ComponentsVRCAvatarPedestal</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal">VRCAvatarPedestal</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-equality">op_Equality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-equals">VRCAvatarPedestal Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-blueprintid">VRCAvatarPedestal get_blueprintId</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-changeavatarsonuse">VRCAvatarPedestal get_ChangeAvatarsOnUse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-enabled">VRCAvatarPedestal get_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-gameobject">VRCAvatarPedestal get_gameObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-name">VRCAvatarPedestal get_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-placement">VRCAvatarPedestal get_Placement</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-scale">VRCAvatarPedestal get_scale</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-get-transform">VRCAvatarPedestal get_transform</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-getcomponent">VRCAvatarPedestal GetComponent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-getcomponentinchildren">VRCAvatarPedestal GetComponentInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-getcomponentinparent">VRCAvatarPedestal GetComponentInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-getcomponents">VRCAvatarPedestal GetComponents</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-getcomponentsinchildren">VRCAvatarPedestal GetComponentsInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-getcomponentsinparent">VRCAvatarPedestal GetComponentsInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-gethashcode">VRCAvatarPedestal GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-getinstanceid">VRCAvatarPedestal GetInstanceID</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-gettype">VRCAvatarPedestal GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-implicit">op_Implicit</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-inequality">op_Inequality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-set-blueprintid">VRCAvatarPedestal set_blueprintId</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-set-changeavatarsonuse">VRCAvatarPedestal set_ChangeAvatarsOnUse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-set-enabled">VRCAvatarPedestal set_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-set-name">VRCAvatarPedestal set_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-set-placement">VRCAvatarPedestal set_Placement</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-set-scale">VRCAvatarPedestal set_scale</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-setavataruse">VRCAvatarPedestal SetAvatarUse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-switchavatar">VRCAvatarPedestal SwitchAvatar</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcavatarpedestal-tostring">VRCAvatarPedestal ToString</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>ComponentsVRCAvatarPedestal</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../ComponentsVRCMirrorReflection/index.html" class="btn btn-neutral float-right" title="ComponentsVRCMirrorReflection" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsTrackingData/index.html" class="btn btn-neutral" title="ComponentsTrackingData" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="componentsvrcavatarpedestal"> +<h1>ComponentsVRCAvatarPedestal<a class="headerlink" href="#componentsvrcavatarpedestal" title="Permalink to this headline">¶</a></h1> +<p>The ComponentsVRCAvatarPedestal module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="vrcavatarpedestal"> +<h2>VRCAvatarPedestal<a class="headerlink" href="#vrcavatarpedestal" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDK3ComponentsVRCAvatarPedestal"> +<code class="sig-name descname">Variable_VRCSDK3ComponentsVRCAvatarPedestal</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal VRCAvatarPedestalSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDK3ComponentsVRCAvatarPedestal" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +</div> +<div class="section" id="op-equality"> +<h2>op_Equality<a class="headerlink" href="#op-equality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-equals"> +<h2>VRCAvatarPedestal Equals<a class="headerlink" href="#vrcavatarpedestal-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Object other</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-blueprintid"> +<h2>VRCAvatarPedestal get_blueprintId<a class="headerlink" href="#vrcavatarpedestal-get-blueprintid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_blueprintId__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_blueprintId__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_blueprintId__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-changeavatarsonuse"> +<h2>VRCAvatarPedestal get_ChangeAvatarsOnUse<a class="headerlink" href="#vrcavatarpedestal-get-changeavatarsonuse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_ChangeAvatarsOnUse__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_ChangeAvatarsOnUse__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_ChangeAvatarsOnUse__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-enabled"> +<h2>VRCAvatarPedestal get_enabled<a class="headerlink" href="#vrcavatarpedestal-get-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_enabled__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_enabled__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_enabled__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-gameobject"> +<h2>VRCAvatarPedestal get_gameObject<a class="headerlink" href="#vrcavatarpedestal-get-gameobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_gameObject__UnityEngineGameObject"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_gameObject__UnityEngineGameObject</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_gameObject__UnityEngineGameObject" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">GameObject</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-name"> +<h2>VRCAvatarPedestal get_name<a class="headerlink" href="#vrcavatarpedestal-get-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_name__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_name__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_name__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-placement"> +<h2>VRCAvatarPedestal get_Placement<a class="headerlink" href="#vrcavatarpedestal-get-placement" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_Placement__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_Placement__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_Placement__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-scale"> +<h2>VRCAvatarPedestal get_scale<a class="headerlink" href="#vrcavatarpedestal-get-scale" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_scale__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_scale__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_scale__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-get-transform"> +<h2>VRCAvatarPedestal get_transform<a class="headerlink" href="#vrcavatarpedestal-get-transform" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__get_transform__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__get_transform__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__get_transform__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-getcomponent"> +<h2>VRCAvatarPedestal GetComponent<a class="headerlink" href="#vrcavatarpedestal-getcomponent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetComponent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetComponent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetComponent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-getcomponentinchildren"> +<h2>VRCAvatarPedestal GetComponentInChildren<a class="headerlink" href="#vrcavatarpedestal-getcomponentinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentInChildren__SystemBoolean__T"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetComponentInChildren__SystemBoolean__T</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean includeInactiveSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentInChildren__SystemBoolean__T" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: T (<code class="docutils literal notranslate"><span class="pre">Object</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-getcomponentinparent"> +<h2>VRCAvatarPedestal GetComponentInParent<a class="headerlink" href="#vrcavatarpedestal-getcomponentinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentInParent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetComponentInParent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Type t</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentInParent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-getcomponents"> +<h2>VRCAvatarPedestal GetComponents<a class="headerlink" href="#vrcavatarpedestal-getcomponents" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetComponents__ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetComponents__ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetComponents__ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-getcomponentsinchildren"> +<h2>VRCAvatarPedestal GetComponentsInChildren<a class="headerlink" href="#vrcavatarpedestal-getcomponentsinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-getcomponentsinparent"> +<h2>VRCAvatarPedestal GetComponentsInParent<a class="headerlink" href="#vrcavatarpedestal-getcomponentsinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetComponentsInParent__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-gethashcode"> +<h2>VRCAvatarPedestal GetHashCode<a class="headerlink" href="#vrcavatarpedestal-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-getinstanceid"> +<h2>VRCAvatarPedestal GetInstanceID<a class="headerlink" href="#vrcavatarpedestal-getinstanceid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetInstanceID__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetInstanceID__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetInstanceID__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-gettype"> +<h2>VRCAvatarPedestal GetType<a class="headerlink" href="#vrcavatarpedestal-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-implicit"> +<h2>op_Implicit<a class="headerlink" href="#op-implicit" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__op_Implicit__UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__op_Implicit__UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__op_Implicit__UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-inequality"> +<h2>op_Inequality<a class="headerlink" href="#op-inequality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcavatarpedestal-set-blueprintid"> +<h2>VRCAvatarPedestal set_blueprintId<a class="headerlink" href="#vrcavatarpedestal-set-blueprintid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__set_blueprintId__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__set_blueprintId__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__set_blueprintId__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-set-changeavatarsonuse"> +<h2>VRCAvatarPedestal set_ChangeAvatarsOnUse<a class="headerlink" href="#vrcavatarpedestal-set-changeavatarsonuse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__set_ChangeAvatarsOnUse__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__set_ChangeAvatarsOnUse__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__set_ChangeAvatarsOnUse__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-set-enabled"> +<h2>VRCAvatarPedestal set_enabled<a class="headerlink" href="#vrcavatarpedestal-set-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__set_enabled__SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__set_enabled__SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.Boolean value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__set_enabled__SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-set-name"> +<h2>VRCAvatarPedestal set_name<a class="headerlink" href="#vrcavatarpedestal-set-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__set_name__SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__set_name__SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.String value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__set_name__SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-set-placement"> +<h2>VRCAvatarPedestal set_Placement<a class="headerlink" href="#vrcavatarpedestal-set-placement" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__set_Placement__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__set_Placement__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal UnityEngine.Transform</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__set_Placement__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-set-scale"> +<h2>VRCAvatarPedestal set_scale<a class="headerlink" href="#vrcavatarpedestal-set-scale" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__set_scale__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__set_scale__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal System.Single</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__set_scale__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-setavataruse"> +<h2>VRCAvatarPedestal SetAvatarUse<a class="headerlink" href="#vrcavatarpedestal-setavataruse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__SetAvatarUse__VRCSDKBaseVRCPlayerApi__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__SetAvatarUse__VRCSDKBaseVRCPlayerApi__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceVRC.SDKBase.VRCPlayerApi instigator</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__SetAvatarUse__VRCSDKBaseVRCPlayerApi__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-switchavatar"> +<h2>VRCAvatarPedestal SwitchAvatar<a class="headerlink" href="#vrcavatarpedestal-switchavatar" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__SwitchAvatar__SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__SwitchAvatar__SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instanceSystem.String id</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__SwitchAvatar__SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcavatarpedestal-tostring"> +<h2>VRCAvatarPedestal ToString<a class="headerlink" href="#vrcavatarpedestal-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCAvatarPedestal.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCAvatarPedestal.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCAvatarPedestal instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCAvatarPedestal.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../ComponentsVRCMirrorReflection/index.html" class="btn btn-neutral float-right" title="ComponentsVRCMirrorReflection" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsTrackingData/index.html" class="btn btn-neutral" title="ComponentsTrackingData" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html.meta new file mode 100644 index 00000000..37f9a0a7 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCAvatarPedestal/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1cb98cccea7bee042b478b300a585717 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection.meta new file mode 100644 index 00000000..9711f654 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 45ee14eadb908cb4dbb3fe4fd12cb586 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html new file mode 100644 index 00000000..712ddeb7 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html @@ -0,0 +1,607 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>ComponentsVRCMirrorReflection — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="ComponentsVRCPickup" href="../ComponentsVRCPickup/index.html"/> + <link rel="prev" title="ComponentsVRCAvatarPedestal" href="../ComponentsVRCAvatarPedestal/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">ComponentsVRCMirrorReflection</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection">VRCMirrorReflection</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-camerapostrender">VRCMirrorReflection CameraPostRender</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-equality">op_Equality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-equals">VRCMirrorReflection Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-get-enabled">VRCMirrorReflection get_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-get-gameobject">VRCMirrorReflection get_gameObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-get-m-disablepixellights">VRCMirrorReflection get_m_DisablePixelLights</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-get-m-reflectlayers">VRCMirrorReflection get_m_ReflectLayers</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-get-name">VRCMirrorReflection get_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-get-transform">VRCMirrorReflection get_transform</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-get-turnoffmirrorocclusion">VRCMirrorReflection get_TurnOffMirrorOcclusion</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-getcomponent">VRCMirrorReflection GetComponent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-getcomponentinchildren">VRCMirrorReflection GetComponentInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-getcomponentinparent">VRCMirrorReflection GetComponentInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-getcomponents">VRCMirrorReflection GetComponents</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-getcomponentsinchildren">VRCMirrorReflection GetComponentsInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-getcomponentsinparent">VRCMirrorReflection GetComponentsInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-gethashcode">VRCMirrorReflection GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-getinstanceid">VRCMirrorReflection GetInstanceID</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-gettype">VRCMirrorReflection GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-implicit">op_Implicit</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-inequality">op_Inequality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-onwillrenderobject">VRCMirrorReflection OnWillRenderObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-set-enabled">VRCMirrorReflection set_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-set-m-disablepixellights">VRCMirrorReflection set_m_DisablePixelLights</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-set-m-reflectlayers">VRCMirrorReflection set_m_ReflectLayers</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-set-name">VRCMirrorReflection set_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-set-turnoffmirrorocclusion">VRCMirrorReflection set_TurnOffMirrorOcclusion</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcmirrorreflection-tostring">VRCMirrorReflection ToString</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>ComponentsVRCMirrorReflection</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../ComponentsVRCPickup/index.html" class="btn btn-neutral float-right" title="ComponentsVRCPickup" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCAvatarPedestal/index.html" class="btn btn-neutral" title="ComponentsVRCAvatarPedestal" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="componentsvrcmirrorreflection"> +<h1>ComponentsVRCMirrorReflection<a class="headerlink" href="#componentsvrcmirrorreflection" title="Permalink to this headline">¶</a></h1> +<p>The ComponentsVRCMirrorReflection module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="vrcmirrorreflection"> +<h2>VRCMirrorReflection<a class="headerlink" href="#vrcmirrorreflection" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDK3ComponentsVRCMirrorReflection"> +<code class="sig-name descname">Variable_VRCSDK3ComponentsVRCMirrorReflection</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection VRCMirrorReflectionSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDK3ComponentsVRCMirrorReflection" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-camerapostrender"> +<h2>VRCMirrorReflection CameraPostRender<a class="headerlink" href="#vrcmirrorreflection-camerapostrender" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__CameraPostRender__UnityEngineCamera__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__CameraPostRender__UnityEngineCamera__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceUnityEngine.Camera cam</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__CameraPostRender__UnityEngineCamera__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="op-equality"> +<h2>op_Equality<a class="headerlink" href="#op-equality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-equals"> +<h2>VRCMirrorReflection Equals<a class="headerlink" href="#vrcmirrorreflection-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Object other</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-get-enabled"> +<h2>VRCMirrorReflection get_enabled<a class="headerlink" href="#vrcmirrorreflection-get-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__get_enabled__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__get_enabled__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__get_enabled__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-get-gameobject"> +<h2>VRCMirrorReflection get_gameObject<a class="headerlink" href="#vrcmirrorreflection-get-gameobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__get_gameObject__UnityEngineGameObject"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__get_gameObject__UnityEngineGameObject</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__get_gameObject__UnityEngineGameObject" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">GameObject</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-get-m-disablepixellights"> +<h2>VRCMirrorReflection get_m_DisablePixelLights<a class="headerlink" href="#vrcmirrorreflection-get-m-disablepixellights" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__get_m_DisablePixelLights__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__get_m_DisablePixelLights__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__get_m_DisablePixelLights__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-get-m-reflectlayers"> +<h2>VRCMirrorReflection get_m_ReflectLayers<a class="headerlink" href="#vrcmirrorreflection-get-m-reflectlayers" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__get_m_ReflectLayers__UnityEngineLayerMask"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__get_m_ReflectLayers__UnityEngineLayerMask</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__get_m_ReflectLayers__UnityEngineLayerMask" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">LayerMask</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-get-name"> +<h2>VRCMirrorReflection get_name<a class="headerlink" href="#vrcmirrorreflection-get-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__get_name__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__get_name__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__get_name__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-get-transform"> +<h2>VRCMirrorReflection get_transform<a class="headerlink" href="#vrcmirrorreflection-get-transform" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__get_transform__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__get_transform__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__get_transform__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-get-turnoffmirrorocclusion"> +<h2>VRCMirrorReflection get_TurnOffMirrorOcclusion<a class="headerlink" href="#vrcmirrorreflection-get-turnoffmirrorocclusion" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__get_TurnOffMirrorOcclusion__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__get_TurnOffMirrorOcclusion__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__get_TurnOffMirrorOcclusion__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-getcomponent"> +<h2>VRCMirrorReflection GetComponent<a class="headerlink" href="#vrcmirrorreflection-getcomponent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetComponent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetComponent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetComponent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-getcomponentinchildren"> +<h2>VRCMirrorReflection GetComponentInChildren<a class="headerlink" href="#vrcmirrorreflection-getcomponentinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetComponentInChildren__SystemBoolean__T"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetComponentInChildren__SystemBoolean__T</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean includeInactiveSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetComponentInChildren__SystemBoolean__T" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: T (<code class="docutils literal notranslate"><span class="pre">Object</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-getcomponentinparent"> +<h2>VRCMirrorReflection GetComponentInParent<a class="headerlink" href="#vrcmirrorreflection-getcomponentinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetComponentInParent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetComponentInParent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Type t</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetComponentInParent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-getcomponents"> +<h2>VRCMirrorReflection GetComponents<a class="headerlink" href="#vrcmirrorreflection-getcomponents" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetComponents__ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetComponents__ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetComponents__ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-getcomponentsinchildren"> +<h2>VRCMirrorReflection GetComponentsInChildren<a class="headerlink" href="#vrcmirrorreflection-getcomponentsinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-getcomponentsinparent"> +<h2>VRCMirrorReflection GetComponentsInParent<a class="headerlink" href="#vrcmirrorreflection-getcomponentsinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetComponentsInParent__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-gethashcode"> +<h2>VRCMirrorReflection GetHashCode<a class="headerlink" href="#vrcmirrorreflection-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-getinstanceid"> +<h2>VRCMirrorReflection GetInstanceID<a class="headerlink" href="#vrcmirrorreflection-getinstanceid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetInstanceID__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetInstanceID__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetInstanceID__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-gettype"> +<h2>VRCMirrorReflection GetType<a class="headerlink" href="#vrcmirrorreflection-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-implicit"> +<h2>op_Implicit<a class="headerlink" href="#op-implicit" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__op_Implicit__UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__op_Implicit__UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__op_Implicit__UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-inequality"> +<h2>op_Inequality<a class="headerlink" href="#op-inequality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcmirrorreflection-onwillrenderobject"> +<h2>VRCMirrorReflection OnWillRenderObject<a class="headerlink" href="#vrcmirrorreflection-onwillrenderobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__OnWillRenderObject__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__OnWillRenderObject__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__OnWillRenderObject__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-set-enabled"> +<h2>VRCMirrorReflection set_enabled<a class="headerlink" href="#vrcmirrorreflection-set-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__set_enabled__SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__set_enabled__SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.Boolean value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__set_enabled__SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-set-m-disablepixellights"> +<h2>VRCMirrorReflection set_m_DisablePixelLights<a class="headerlink" href="#vrcmirrorreflection-set-m-disablepixellights" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__set_m_DisablePixelLights__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__set_m_DisablePixelLights__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__set_m_DisablePixelLights__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-set-m-reflectlayers"> +<h2>VRCMirrorReflection set_m_ReflectLayers<a class="headerlink" href="#vrcmirrorreflection-set-m-reflectlayers" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__set_m_ReflectLayers__UnityEngineLayerMask"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__set_m_ReflectLayers__UnityEngineLayerMask</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection UnityEngine.LayerMask</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__set_m_ReflectLayers__UnityEngineLayerMask" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-set-name"> +<h2>VRCMirrorReflection set_name<a class="headerlink" href="#vrcmirrorreflection-set-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__set_name__SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__set_name__SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instanceSystem.String value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__set_name__SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-set-turnoffmirrorocclusion"> +<h2>VRCMirrorReflection set_TurnOffMirrorOcclusion<a class="headerlink" href="#vrcmirrorreflection-set-turnoffmirrorocclusion" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__set_TurnOffMirrorOcclusion__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__set_TurnOffMirrorOcclusion__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__set_TurnOffMirrorOcclusion__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcmirrorreflection-tostring"> +<h2>VRCMirrorReflection ToString<a class="headerlink" href="#vrcmirrorreflection-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCMirrorReflection.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCMirrorReflection.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCMirrorReflection instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCMirrorReflection.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../ComponentsVRCPickup/index.html" class="btn btn-neutral float-right" title="ComponentsVRCPickup" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCAvatarPedestal/index.html" class="btn btn-neutral" title="ComponentsVRCAvatarPedestal" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html.meta new file mode 100644 index 00000000..afc7c4e2 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCMirrorReflection/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a9240530eb0ffdd4a9ea47db1a06a806 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup.meta new file mode 100644 index 00000000..f9aebd72 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f3c248a6b1b31945bd53c506b3d1dbe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html new file mode 100644 index 00000000..5421805e --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html @@ -0,0 +1,928 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>ComponentsVRCPickup — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="ComponentsVRCPortalMarker" href="../ComponentsVRCPortalMarker/index.html"/> + <link rel="prev" title="ComponentsVRCMirrorReflection" href="../ComponentsVRCMirrorReflection/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">ComponentsVRCPickup</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup">VRCPickup</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-drop">VRCPickup Drop</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-equality">op_Equality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-equals">VRCPickup Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-generatehapticevent">VRCPickup GenerateHapticEvent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-allowmanipulationwhenequipped">VRCPickup get_allowManipulationWhenEquipped</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-autohold">VRCPickup get_AutoHold</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-currenthand">VRCPickup get_currentHand</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-currentlocalplayer">VRCPickup get_currentLocalPlayer</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-currentlyheldby">VRCPickup get_currentlyHeldBy</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-currentplayer">VRCPickup get_currentPlayer</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-disallowtheft">VRCPickup get_DisallowTheft</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-enabled">VRCPickup get_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-exactgrip">VRCPickup get_ExactGrip</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-exactgun">VRCPickup get_ExactGun</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-gameobject">VRCPickup get_gameObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-interactiontext">VRCPickup get_InteractionText</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-isheld">VRCPickup get_IsHeld</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-momentumtransfermethod">VRCPickup get_MomentumTransferMethod</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-name">VRCPickup get_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-orientation">VRCPickup get_orientation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-pickupable">VRCPickup get_pickupable</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-proximity">VRCPickup get_proximity</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-throwvelocityboostminspeed">VRCPickup get_ThrowVelocityBoostMinSpeed</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-throwvelocityboostscale">VRCPickup get_ThrowVelocityBoostScale</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-transform">VRCPickup get_transform</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-get-usetext">VRCPickup get_UseText</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-getcomponent">VRCPickup GetComponent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-getcomponentinchildren">VRCPickup GetComponentInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-getcomponentinparent">VRCPickup GetComponentInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-getcomponents">VRCPickup GetComponents</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-getcomponentsinchildren">VRCPickup GetComponentsInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-getcomponentsinparent">VRCPickup GetComponentsInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-gethashcode">VRCPickup GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-getinstanceid">VRCPickup GetInstanceID</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-gettype">VRCPickup GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-implicit">op_Implicit</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-inequality">op_Inequality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-playhaptics">VRCPickup PlayHaptics</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-allowmanipulationwhenequipped">VRCPickup set_allowManipulationWhenEquipped</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-autohold">VRCPickup set_AutoHold</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-currentlocalplayer">VRCPickup set_currentLocalPlayer</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-currentlyheldby">VRCPickup set_currentlyHeldBy</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-disallowtheft">VRCPickup set_DisallowTheft</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-enabled">VRCPickup set_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-exactgrip">VRCPickup set_ExactGrip</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-exactgun">VRCPickup set_ExactGun</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-interactiontext">VRCPickup set_InteractionText</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-momentumtransfermethod">VRCPickup set_MomentumTransferMethod</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-name">VRCPickup set_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-orientation">VRCPickup set_orientation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-pickupable">VRCPickup set_pickupable</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-proximity">VRCPickup set_proximity</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-throwvelocityboostminspeed">VRCPickup set_ThrowVelocityBoostMinSpeed</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-throwvelocityboostscale">VRCPickup set_ThrowVelocityBoostScale</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-set-usetext">VRCPickup set_UseText</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcpickup-tostring">VRCPickup ToString</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>ComponentsVRCPickup</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/ComponentsVRCPickup/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../ComponentsVRCPortalMarker/index.html" class="btn btn-neutral float-right" title="ComponentsVRCPortalMarker" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCMirrorReflection/index.html" class="btn btn-neutral" title="ComponentsVRCMirrorReflection" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="componentsvrcpickup"> +<h1>ComponentsVRCPickup<a class="headerlink" href="#componentsvrcpickup" title="Permalink to this headline">¶</a></h1> +<p>The ComponentsVRCPickup module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="vrcpickup"> +<h2>VRCPickup<a class="headerlink" href="#vrcpickup" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDK3ComponentsVRCPickup"> +<code class="sig-name descname">Variable_VRCSDK3ComponentsVRCPickup</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup VRCPickupSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDK3ComponentsVRCPickup" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-drop"> +<h2>VRCPickup Drop<a class="headerlink" href="#vrcpickup-drop" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__Drop__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__Drop__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__Drop__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="op-equality"> +<h2>op_Equality<a class="headerlink" href="#op-equality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-equals"> +<h2>VRCPickup Equals<a class="headerlink" href="#vrcpickup-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Object other</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-generatehapticevent"> +<h2>VRCPickup GenerateHapticEvent<a class="headerlink" href="#vrcpickup-generatehapticevent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GenerateHapticEvent__SystemSingle_SystemSingle_SystemSingle__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GenerateHapticEvent__SystemSingle_SystemSingle_SystemSingle__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Single durationSystem.Single amplitudeSystem.Single frequency</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GenerateHapticEvent__SystemSingle_SystemSingle_SystemSingle__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-get-allowmanipulationwhenequipped"> +<h2>VRCPickup get_allowManipulationWhenEquipped<a class="headerlink" href="#vrcpickup-get-allowmanipulationwhenequipped" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_allowManipulationWhenEquipped__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_allowManipulationWhenEquipped__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_allowManipulationWhenEquipped__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-autohold"> +<h2>VRCPickup get_AutoHold<a class="headerlink" href="#vrcpickup-get-autohold" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">AutoHoldMode</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-currenthand"> +<h2>VRCPickup get_currentHand<a class="headerlink" href="#vrcpickup-get-currenthand" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_currentHand__VRCSDKBaseVRC_PickupPickupHand"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_currentHand__VRCSDKBaseVRC_PickupPickupHand</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_currentHand__VRCSDKBaseVRC_PickupPickupHand" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">PickupHand</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-currentlocalplayer"> +<h2>VRCPickup get_currentLocalPlayer<a class="headerlink" href="#vrcpickup-get-currentlocalplayer" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_currentLocalPlayer__VRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_currentLocalPlayer__VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_currentLocalPlayer__VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRCPlayerApi</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-currentlyheldby"> +<h2>VRCPickup get_currentlyHeldBy<a class="headerlink" href="#vrcpickup-get-currentlyheldby" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_currentlyHeldBy__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_currentlyHeldBy__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_currentlyHeldBy__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-currentplayer"> +<h2>VRCPickup get_currentPlayer<a class="headerlink" href="#vrcpickup-get-currentplayer" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_currentPlayer__VRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_currentPlayer__VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_currentPlayer__VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRCPlayerApi</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-disallowtheft"> +<h2>VRCPickup get_DisallowTheft<a class="headerlink" href="#vrcpickup-get-disallowtheft" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_DisallowTheft__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_DisallowTheft__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_DisallowTheft__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-enabled"> +<h2>VRCPickup get_enabled<a class="headerlink" href="#vrcpickup-get-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_enabled__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_enabled__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_enabled__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-exactgrip"> +<h2>VRCPickup get_ExactGrip<a class="headerlink" href="#vrcpickup-get-exactgrip" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_ExactGrip__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_ExactGrip__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_ExactGrip__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-exactgun"> +<h2>VRCPickup get_ExactGun<a class="headerlink" href="#vrcpickup-get-exactgun" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_ExactGun__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_ExactGun__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_ExactGun__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-gameobject"> +<h2>VRCPickup get_gameObject<a class="headerlink" href="#vrcpickup-get-gameobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_gameObject__UnityEngineGameObject"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_gameObject__UnityEngineGameObject</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_gameObject__UnityEngineGameObject" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">GameObject</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-interactiontext"> +<h2>VRCPickup get_InteractionText<a class="headerlink" href="#vrcpickup-get-interactiontext" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_InteractionText__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_InteractionText__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_InteractionText__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-isheld"> +<h2>VRCPickup get_IsHeld<a class="headerlink" href="#vrcpickup-get-isheld" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_IsHeld__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_IsHeld__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_IsHeld__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-momentumtransfermethod"> +<h2>VRCPickup get_MomentumTransferMethod<a class="headerlink" href="#vrcpickup-get-momentumtransfermethod" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_MomentumTransferMethod__UnityEngineForceMode"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_MomentumTransferMethod__UnityEngineForceMode</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_MomentumTransferMethod__UnityEngineForceMode" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">ForceMode</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-name"> +<h2>VRCPickup get_name<a class="headerlink" href="#vrcpickup-get-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_name__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_name__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_name__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-orientation"> +<h2>VRCPickup get_orientation<a class="headerlink" href="#vrcpickup-get-orientation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_orientation__VRCSDKBaseVRC_PickupPickupOrientation"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_orientation__VRCSDKBaseVRC_PickupPickupOrientation</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_orientation__VRCSDKBaseVRC_PickupPickupOrientation" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">PickupOrientation</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-pickupable"> +<h2>VRCPickup get_pickupable<a class="headerlink" href="#vrcpickup-get-pickupable" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_pickupable__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_pickupable__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_pickupable__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-proximity"> +<h2>VRCPickup get_proximity<a class="headerlink" href="#vrcpickup-get-proximity" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_proximity__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_proximity__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_proximity__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-throwvelocityboostminspeed"> +<h2>VRCPickup get_ThrowVelocityBoostMinSpeed<a class="headerlink" href="#vrcpickup-get-throwvelocityboostminspeed" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_ThrowVelocityBoostMinSpeed__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_ThrowVelocityBoostMinSpeed__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_ThrowVelocityBoostMinSpeed__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-throwvelocityboostscale"> +<h2>VRCPickup get_ThrowVelocityBoostScale<a class="headerlink" href="#vrcpickup-get-throwvelocityboostscale" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_ThrowVelocityBoostScale__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_ThrowVelocityBoostScale__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_ThrowVelocityBoostScale__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-transform"> +<h2>VRCPickup get_transform<a class="headerlink" href="#vrcpickup-get-transform" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_transform__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_transform__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_transform__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-get-usetext"> +<h2>VRCPickup get_UseText<a class="headerlink" href="#vrcpickup-get-usetext" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__get_UseText__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__get_UseText__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__get_UseText__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-getcomponent"> +<h2>VRCPickup GetComponent<a class="headerlink" href="#vrcpickup-getcomponent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetComponent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetComponent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetComponent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-getcomponentinchildren"> +<h2>VRCPickup GetComponentInChildren<a class="headerlink" href="#vrcpickup-getcomponentinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetComponentInChildren__SystemBoolean__T"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetComponentInChildren__SystemBoolean__T</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Boolean includeInactiveSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetComponentInChildren__SystemBoolean__T" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: T (<code class="docutils literal notranslate"><span class="pre">Object</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-getcomponentinparent"> +<h2>VRCPickup GetComponentInParent<a class="headerlink" href="#vrcpickup-getcomponentinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetComponentInParent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetComponentInParent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Type t</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetComponentInParent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-getcomponents"> +<h2>VRCPickup GetComponents<a class="headerlink" href="#vrcpickup-getcomponents" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetComponents__ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetComponents__ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetComponents__ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-getcomponentsinchildren"> +<h2>VRCPickup GetComponentsInChildren<a class="headerlink" href="#vrcpickup-getcomponentsinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-getcomponentsinparent"> +<h2>VRCPickup GetComponentsInParent<a class="headerlink" href="#vrcpickup-getcomponentsinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetComponentsInParent__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-gethashcode"> +<h2>VRCPickup GetHashCode<a class="headerlink" href="#vrcpickup-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-getinstanceid"> +<h2>VRCPickup GetInstanceID<a class="headerlink" href="#vrcpickup-getinstanceid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetInstanceID__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetInstanceID__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetInstanceID__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-gettype"> +<h2>VRCPickup GetType<a class="headerlink" href="#vrcpickup-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-implicit"> +<h2>op_Implicit<a class="headerlink" href="#op-implicit" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__op_Implicit__UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__op_Implicit__UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__op_Implicit__UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-inequality"> +<h2>op_Inequality<a class="headerlink" href="#op-inequality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcpickup-playhaptics"> +<h2>VRCPickup PlayHaptics<a class="headerlink" href="#vrcpickup-playhaptics" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__PlayHaptics__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__PlayHaptics__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__PlayHaptics__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-allowmanipulationwhenequipped"> +<h2>VRCPickup set_allowManipulationWhenEquipped<a class="headerlink" href="#vrcpickup-set-allowmanipulationwhenequipped" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_allowManipulationWhenEquipped__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_allowManipulationWhenEquipped__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_allowManipulationWhenEquipped__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-autohold"> +<h2>VRCPickup set_AutoHold<a class="headerlink" href="#vrcpickup-set-autohold" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup VRC.SDKBase.VRC_Pickup+AutoHoldMode</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_AutoHold__VRCSDKBaseVRC_PickupAutoHoldMode" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-currentlocalplayer"> +<h2>VRCPickup set_currentLocalPlayer<a class="headerlink" href="#vrcpickup-set-currentlocalplayer" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_currentLocalPlayer__VRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_currentLocalPlayer__VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup VRC.SDKBase.VRCPlayerApi</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_currentLocalPlayer__VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-currentlyheldby"> +<h2>VRCPickup set_currentlyHeldBy<a class="headerlink" href="#vrcpickup-set-currentlyheldby" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_currentlyHeldBy__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_currentlyHeldBy__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup UnityEngine.Component</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_currentlyHeldBy__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-disallowtheft"> +<h2>VRCPickup set_DisallowTheft<a class="headerlink" href="#vrcpickup-set-disallowtheft" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_DisallowTheft__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_DisallowTheft__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_DisallowTheft__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-enabled"> +<h2>VRCPickup set_enabled<a class="headerlink" href="#vrcpickup-set-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_enabled__SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_enabled__SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.Boolean value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_enabled__SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-exactgrip"> +<h2>VRCPickup set_ExactGrip<a class="headerlink" href="#vrcpickup-set-exactgrip" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_ExactGrip__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_ExactGrip__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup UnityEngine.Transform</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_ExactGrip__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-exactgun"> +<h2>VRCPickup set_ExactGun<a class="headerlink" href="#vrcpickup-set-exactgun" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_ExactGun__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_ExactGun__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup UnityEngine.Transform</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_ExactGun__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-interactiontext"> +<h2>VRCPickup set_InteractionText<a class="headerlink" href="#vrcpickup-set-interactiontext" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_InteractionText__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_InteractionText__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_InteractionText__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-momentumtransfermethod"> +<h2>VRCPickup set_MomentumTransferMethod<a class="headerlink" href="#vrcpickup-set-momentumtransfermethod" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_MomentumTransferMethod__UnityEngineForceMode"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_MomentumTransferMethod__UnityEngineForceMode</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup UnityEngine.ForceMode</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_MomentumTransferMethod__UnityEngineForceMode" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-name"> +<h2>VRCPickup set_name<a class="headerlink" href="#vrcpickup-set-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_name__SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_name__SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instanceSystem.String value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_name__SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-orientation"> +<h2>VRCPickup set_orientation<a class="headerlink" href="#vrcpickup-set-orientation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_orientation__VRCSDKBaseVRC_PickupPickupOrientation"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_orientation__VRCSDKBaseVRC_PickupPickupOrientation</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup VRC.SDKBase.VRC_Pickup+PickupOrientation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_orientation__VRCSDKBaseVRC_PickupPickupOrientation" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-pickupable"> +<h2>VRCPickup set_pickupable<a class="headerlink" href="#vrcpickup-set-pickupable" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_pickupable__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_pickupable__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_pickupable__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-proximity"> +<h2>VRCPickup set_proximity<a class="headerlink" href="#vrcpickup-set-proximity" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_proximity__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_proximity__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.Single</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_proximity__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-throwvelocityboostminspeed"> +<h2>VRCPickup set_ThrowVelocityBoostMinSpeed<a class="headerlink" href="#vrcpickup-set-throwvelocityboostminspeed" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_ThrowVelocityBoostMinSpeed__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_ThrowVelocityBoostMinSpeed__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.Single</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_ThrowVelocityBoostMinSpeed__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-throwvelocityboostscale"> +<h2>VRCPickup set_ThrowVelocityBoostScale<a class="headerlink" href="#vrcpickup-set-throwvelocityboostscale" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_ThrowVelocityBoostScale__SystemSingle"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_ThrowVelocityBoostScale__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.Single</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_ThrowVelocityBoostScale__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-set-usetext"> +<h2>VRCPickup set_UseText<a class="headerlink" href="#vrcpickup-set-usetext" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__set_UseText__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__set_UseText__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__set_UseText__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcpickup-tostring"> +<h2>VRCPickup ToString<a class="headerlink" href="#vrcpickup-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPickup.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPickup.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPickup instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPickup.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../ComponentsVRCPortalMarker/index.html" class="btn btn-neutral float-right" title="ComponentsVRCPortalMarker" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCMirrorReflection/index.html" class="btn btn-neutral" title="ComponentsVRCMirrorReflection" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html.meta new file mode 100644 index 00000000..7fe5df96 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPickup/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dca04c2d52987364db0348cc433f4095 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker.meta new file mode 100644 index 00000000..7795b07d --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47a780abf7e9b4c4eaa76bf1ae4f1d47 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html new file mode 100644 index 00000000..f5c575b5 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html @@ -0,0 +1,779 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>ComponentsVRCPortalMarker — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="ComponentsVRCStation" href="../ComponentsVRCStation/index.html"/> + <link rel="prev" title="ComponentsVRCPickup" href="../ComponentsVRCPickup/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">ComponentsVRCPortalMarker</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker">VRCPortalMarker</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-equality">op_Equality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-equals">VRCPortalMarker Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-customportalname">VRCPortalMarker get_customPortalName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-effectprefabname">VRCPortalMarker get_effectPrefabName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-enabled">VRCPortalMarker get_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-gameobject">VRCPortalMarker get_gameObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-name">VRCPortalMarker get_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-offset">VRCPortalMarker get_offset</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-roomid">VRCPortalMarker get_roomId</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-roomname">VRCPortalMarker get_roomName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-searchterm">VRCPortalMarker get_searchTerm</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-sortheading">VRCPortalMarker get_sortHeading</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-sortorder">VRCPortalMarker get_sortOrder</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-transform">VRCPortalMarker get_transform</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-updateflag">VRCPortalMarker get_updateFlag</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-usedefaultpresentation">VRCPortalMarker get_useDefaultPresentation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-get-world">VRCPortalMarker get_world</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-getcomponent">VRCPortalMarker GetComponent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-getcomponentinchildren">VRCPortalMarker GetComponentInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-getcomponentinparent">VRCPortalMarker GetComponentInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-getcomponents">VRCPortalMarker GetComponents</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-getcomponentsinchildren">VRCPortalMarker GetComponentsInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-getcomponentsinparent">VRCPortalMarker GetComponentsInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-gethashcode">VRCPortalMarker GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-getinstanceid">VRCPortalMarker GetInstanceID</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-gettype">VRCPortalMarker GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-implicit">op_Implicit</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-inequality">op_Inequality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-refreshportal">VRCPortalMarker RefreshPortal</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-customportalname">VRCPortalMarker set_customPortalName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-effectprefabname">VRCPortalMarker set_effectPrefabName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-enabled">VRCPortalMarker set_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-name">VRCPortalMarker set_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-offset">VRCPortalMarker set_offset</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-roomid">VRCPortalMarker set_roomId</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-roomname">VRCPortalMarker set_roomName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-searchterm">VRCPortalMarker set_searchTerm</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-sortheading">VRCPortalMarker set_sortHeading</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-sortorder">VRCPortalMarker set_sortOrder</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-updateflag">VRCPortalMarker set_updateFlag</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-usedefaultpresentation">VRCPortalMarker set_useDefaultPresentation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-set-world">VRCPortalMarker set_world</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcportalmarker-tostring">VRCPortalMarker ToString</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>ComponentsVRCPortalMarker</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../ComponentsVRCStation/index.html" class="btn btn-neutral float-right" title="ComponentsVRCStation" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCPickup/index.html" class="btn btn-neutral" title="ComponentsVRCPickup" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="componentsvrcportalmarker"> +<h1>ComponentsVRCPortalMarker<a class="headerlink" href="#componentsvrcportalmarker" title="Permalink to this headline">¶</a></h1> +<p>The ComponentsVRCPortalMarker module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="vrcportalmarker"> +<h2>VRCPortalMarker<a class="headerlink" href="#vrcportalmarker" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDK3ComponentsVRCPortalMarker"> +<code class="sig-name descname">Variable_VRCSDK3ComponentsVRCPortalMarker</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker VRCPortalMarkerSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDK3ComponentsVRCPortalMarker" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +</div> +<div class="section" id="op-equality"> +<h2>op_Equality<a class="headerlink" href="#op-equality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-equals"> +<h2>VRCPortalMarker Equals<a class="headerlink" href="#vrcportalmarker-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Object other</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-customportalname"> +<h2>VRCPortalMarker get_customPortalName<a class="headerlink" href="#vrcportalmarker-get-customportalname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_customPortalName__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_customPortalName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_customPortalName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-effectprefabname"> +<h2>VRCPortalMarker get_effectPrefabName<a class="headerlink" href="#vrcportalmarker-get-effectprefabname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_effectPrefabName__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_effectPrefabName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_effectPrefabName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-enabled"> +<h2>VRCPortalMarker get_enabled<a class="headerlink" href="#vrcportalmarker-get-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_enabled__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_enabled__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_enabled__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-gameobject"> +<h2>VRCPortalMarker get_gameObject<a class="headerlink" href="#vrcportalmarker-get-gameobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_gameObject__UnityEngineGameObject"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_gameObject__UnityEngineGameObject</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_gameObject__UnityEngineGameObject" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">GameObject</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-name"> +<h2>VRCPortalMarker get_name<a class="headerlink" href="#vrcportalmarker-get-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_name__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_name__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_name__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-offset"> +<h2>VRCPortalMarker get_offset<a class="headerlink" href="#vrcportalmarker-get-offset" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_offset__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_offset__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_offset__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-roomid"> +<h2>VRCPortalMarker get_roomId<a class="headerlink" href="#vrcportalmarker-get-roomid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_roomId__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_roomId__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_roomId__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-roomname"> +<h2>VRCPortalMarker get_roomName<a class="headerlink" href="#vrcportalmarker-get-roomname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_roomName__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_roomName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_roomName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-searchterm"> +<h2>VRCPortalMarker get_searchTerm<a class="headerlink" href="#vrcportalmarker-get-searchterm" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_searchTerm__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_searchTerm__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_searchTerm__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-sortheading"> +<h2>VRCPortalMarker get_sortHeading<a class="headerlink" href="#vrcportalmarker-get-sortheading" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">SortHeading</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-sortorder"> +<h2>VRCPortalMarker get_sortOrder<a class="headerlink" href="#vrcportalmarker-get-sortorder" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">SortOrder</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-transform"> +<h2>VRCPortalMarker get_transform<a class="headerlink" href="#vrcportalmarker-get-transform" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_transform__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_transform__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_transform__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-updateflag"> +<h2>VRCPortalMarker get_updateFlag<a class="headerlink" href="#vrcportalmarker-get-updateflag" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_updateFlag__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_updateFlag__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_updateFlag__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-usedefaultpresentation"> +<h2>VRCPortalMarker get_useDefaultPresentation<a class="headerlink" href="#vrcportalmarker-get-usedefaultpresentation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_useDefaultPresentation__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_useDefaultPresentation__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_useDefaultPresentation__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-get-world"> +<h2>VRCPortalMarker get_world<a class="headerlink" href="#vrcportalmarker-get-world" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__get_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__get_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__get_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRChatWorld</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-getcomponent"> +<h2>VRCPortalMarker GetComponent<a class="headerlink" href="#vrcportalmarker-getcomponent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetComponent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetComponent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetComponent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-getcomponentinchildren"> +<h2>VRCPortalMarker GetComponentInChildren<a class="headerlink" href="#vrcportalmarker-getcomponentinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetComponentInChildren__SystemBoolean__T"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetComponentInChildren__SystemBoolean__T</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean includeInactiveSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetComponentInChildren__SystemBoolean__T" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: T (<code class="docutils literal notranslate"><span class="pre">Object</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-getcomponentinparent"> +<h2>VRCPortalMarker GetComponentInParent<a class="headerlink" href="#vrcportalmarker-getcomponentinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetComponentInParent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetComponentInParent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Type t</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetComponentInParent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-getcomponents"> +<h2>VRCPortalMarker GetComponents<a class="headerlink" href="#vrcportalmarker-getcomponents" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetComponents__ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetComponents__ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetComponents__ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-getcomponentsinchildren"> +<h2>VRCPortalMarker GetComponentsInChildren<a class="headerlink" href="#vrcportalmarker-getcomponentsinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-getcomponentsinparent"> +<h2>VRCPortalMarker GetComponentsInParent<a class="headerlink" href="#vrcportalmarker-getcomponentsinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetComponentsInParent__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-gethashcode"> +<h2>VRCPortalMarker GetHashCode<a class="headerlink" href="#vrcportalmarker-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-getinstanceid"> +<h2>VRCPortalMarker GetInstanceID<a class="headerlink" href="#vrcportalmarker-getinstanceid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetInstanceID__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetInstanceID__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetInstanceID__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-gettype"> +<h2>VRCPortalMarker GetType<a class="headerlink" href="#vrcportalmarker-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-implicit"> +<h2>op_Implicit<a class="headerlink" href="#op-implicit" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__op_Implicit__UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__op_Implicit__UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__op_Implicit__UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-inequality"> +<h2>op_Inequality<a class="headerlink" href="#op-inequality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcportalmarker-refreshportal"> +<h2>VRCPortalMarker RefreshPortal<a class="headerlink" href="#vrcportalmarker-refreshportal" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__RefreshPortal__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__RefreshPortal__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__RefreshPortal__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-customportalname"> +<h2>VRCPortalMarker set_customPortalName<a class="headerlink" href="#vrcportalmarker-set-customportalname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_customPortalName__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_customPortalName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_customPortalName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-effectprefabname"> +<h2>VRCPortalMarker set_effectPrefabName<a class="headerlink" href="#vrcportalmarker-set-effectprefabname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_effectPrefabName__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_effectPrefabName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_effectPrefabName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-enabled"> +<h2>VRCPortalMarker set_enabled<a class="headerlink" href="#vrcportalmarker-set-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_enabled__SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_enabled__SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.Boolean value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_enabled__SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-name"> +<h2>VRCPortalMarker set_name<a class="headerlink" href="#vrcportalmarker-set-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_name__SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_name__SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instanceSystem.String value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_name__SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-offset"> +<h2>VRCPortalMarker set_offset<a class="headerlink" href="#vrcportalmarker-set-offset" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_offset__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_offset__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.Int32</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_offset__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-roomid"> +<h2>VRCPortalMarker set_roomId<a class="headerlink" href="#vrcportalmarker-set-roomid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_roomId__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_roomId__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_roomId__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-roomname"> +<h2>VRCPortalMarker set_roomName<a class="headerlink" href="#vrcportalmarker-set-roomname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_roomName__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_roomName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_roomName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-searchterm"> +<h2>VRCPortalMarker set_searchTerm<a class="headerlink" href="#vrcportalmarker-set-searchterm" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_searchTerm__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_searchTerm__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_searchTerm__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-sortheading"> +<h2>VRCPortalMarker set_sortHeading<a class="headerlink" href="#vrcportalmarker-set-sortheading" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker VRC.SDKBase.VRC_PortalMarker+SortHeading</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_sortHeading__VRCSDKBaseVRC_PortalMarkerSortHeading" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-sortorder"> +<h2>VRCPortalMarker set_sortOrder<a class="headerlink" href="#vrcportalmarker-set-sortorder" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker VRC.SDKBase.VRC_PortalMarker+SortOrder</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_sortOrder__VRCSDKBaseVRC_PortalMarkerSortOrder" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-updateflag"> +<h2>VRCPortalMarker set_updateFlag<a class="headerlink" href="#vrcportalmarker-set-updateflag" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_updateFlag__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_updateFlag__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_updateFlag__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-usedefaultpresentation"> +<h2>VRCPortalMarker set_useDefaultPresentation<a class="headerlink" href="#vrcportalmarker-set-usedefaultpresentation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_useDefaultPresentation__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_useDefaultPresentation__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_useDefaultPresentation__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-set-world"> +<h2>VRCPortalMarker set_world<a class="headerlink" href="#vrcportalmarker-set-world" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__set_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__set_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker VRC.SDKBase.VRC_PortalMarker+VRChatWorld</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__set_world__VRCSDKBaseVRC_PortalMarkerVRChatWorld" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcportalmarker-tostring"> +<h2>VRCPortalMarker ToString<a class="headerlink" href="#vrcportalmarker-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCPortalMarker.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCPortalMarker.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCPortalMarker instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCPortalMarker.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../ComponentsVRCStation/index.html" class="btn btn-neutral float-right" title="ComponentsVRCStation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCPickup/index.html" class="btn btn-neutral" title="ComponentsVRCPickup" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html.meta new file mode 100644 index 00000000..dbdba22a --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCPortalMarker/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a055e0be64b63345bcafb14c6dd95cb +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation.meta new file mode 100644 index 00000000..da3c5c9d --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89e1c1f39d73a194bb90c4df65102408 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html new file mode 100644 index 00000000..2bc12adf --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html @@ -0,0 +1,722 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>ComponentsVRCStation — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="VRCSDKBaseInputManager" href="../VRCSDKBaseInputManager/index.html"/> + <link rel="prev" title="ComponentsVRCPortalMarker" href="../ComponentsVRCPortalMarker/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">ComponentsVRCStation</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation">VRCStation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-equality">op_Equality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-equals">VRCStation Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-exitstation">VRCStation ExitStation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-animatorcontroller">VRCStation get_animatorController</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-canusestationfromstation">VRCStation get_canUseStationFromStation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-controlsobject">VRCStation get_controlsObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-disablestationexit">VRCStation get_disableStationExit</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-enabled">VRCStation get_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-gameobject">VRCStation get_gameObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-name">VRCStation get_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-playermobility">VRCStation get_PlayerMobility</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-seated">VRCStation get_seated</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-stationenterplayerlocation">VRCStation get_stationEnterPlayerLocation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-stationexitplayerlocation">VRCStation get_stationExitPlayerLocation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-get-transform">VRCStation get_transform</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-getcomponent">VRCStation GetComponent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-getcomponentinchildren">VRCStation GetComponentInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-getcomponentinparent">VRCStation GetComponentInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-getcomponents">VRCStation GetComponents</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-getcomponentsinchildren">VRCStation GetComponentsInChildren</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-getcomponentsinparent">VRCStation GetComponentsInParent</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-gethashcode">VRCStation GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-getinstanceid">VRCStation GetInstanceID</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-gettype">VRCStation GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-implicit">op_Implicit</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-inequality">op_Inequality</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-animatorcontroller">VRCStation set_animatorController</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-canusestationfromstation">VRCStation set_canUseStationFromStation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-controlsobject">VRCStation set_controlsObject</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-disablestationexit">VRCStation set_disableStationExit</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-enabled">VRCStation set_enabled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-name">VRCStation set_name</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-playermobility">VRCStation set_PlayerMobility</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-seated">VRCStation set_seated</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-stationenterplayerlocation">VRCStation set_stationEnterPlayerLocation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-set-stationexitplayerlocation">VRCStation set_stationExitPlayerLocation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-tostring">VRCStation ToString</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcstation-usestation">VRCStation UseStation</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>ComponentsVRCStation</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/ComponentsVRCStation/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../VRCSDKBaseInputManager/index.html" class="btn btn-neutral float-right" title="VRCSDKBaseInputManager" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCPortalMarker/index.html" class="btn btn-neutral" title="ComponentsVRCPortalMarker" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="componentsvrcstation"> +<h1>ComponentsVRCStation<a class="headerlink" href="#componentsvrcstation" title="Permalink to this headline">¶</a></h1> +<p>The ComponentsVRCStation module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="vrcstation"> +<h2>VRCStation<a class="headerlink" href="#vrcstation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDK3ComponentsVRCStation"> +<code class="sig-name descname">Variable_VRCSDK3ComponentsVRCStation</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation VRCStationSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDK3ComponentsVRCStation" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +</div> +<div class="section" id="op-equality"> +<h2>op_Equality<a class="headerlink" href="#op-equality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-equals"> +<h2>VRCStation Equals<a class="headerlink" href="#vrcstation-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Object other</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-exitstation"> +<h2>VRCStation ExitStation<a class="headerlink" href="#vrcstation-exitstation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__ExitStation__VRCSDKBaseVRCPlayerApi__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__ExitStation__VRCSDKBaseVRCPlayerApi__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceVRC.SDKBase.VRCPlayerApi player</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__ExitStation__VRCSDKBaseVRCPlayerApi__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-get-animatorcontroller"> +<h2>VRCStation get_animatorController<a class="headerlink" href="#vrcstation-get-animatorcontroller" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_animatorController__UnityEngineRuntimeAnimatorController"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_animatorController__UnityEngineRuntimeAnimatorController</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_animatorController__UnityEngineRuntimeAnimatorController" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">RuntimeAnimatorController</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-canusestationfromstation"> +<h2>VRCStation get_canUseStationFromStation<a class="headerlink" href="#vrcstation-get-canusestationfromstation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_canUseStationFromStation__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_canUseStationFromStation__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_canUseStationFromStation__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-controlsobject"> +<h2>VRCStation get_controlsObject<a class="headerlink" href="#vrcstation-get-controlsobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_controlsObject__VRCSDKBaseVRC_ObjectApi"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_controlsObject__VRCSDKBaseVRC_ObjectApi</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_controlsObject__VRCSDKBaseVRC_ObjectApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRC_ObjectApi</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-disablestationexit"> +<h2>VRCStation get_disableStationExit<a class="headerlink" href="#vrcstation-get-disablestationexit" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_disableStationExit__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_disableStationExit__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_disableStationExit__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-enabled"> +<h2>VRCStation get_enabled<a class="headerlink" href="#vrcstation-get-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_enabled__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_enabled__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_enabled__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-gameobject"> +<h2>VRCStation get_gameObject<a class="headerlink" href="#vrcstation-get-gameobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_gameObject__UnityEngineGameObject"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_gameObject__UnityEngineGameObject</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_gameObject__UnityEngineGameObject" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">GameObject</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-name"> +<h2>VRCStation get_name<a class="headerlink" href="#vrcstation-get-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_name__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_name__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_name__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-playermobility"> +<h2>VRCStation get_PlayerMobility<a class="headerlink" href="#vrcstation-get-playermobility" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_PlayerMobility__VRCSDKBaseVRCStationMobility"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_PlayerMobility__VRCSDKBaseVRCStationMobility</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_PlayerMobility__VRCSDKBaseVRCStationMobility" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Mobility</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-seated"> +<h2>VRCStation get_seated<a class="headerlink" href="#vrcstation-get-seated" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_seated__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_seated__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_seated__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-stationenterplayerlocation"> +<h2>VRCStation get_stationEnterPlayerLocation<a class="headerlink" href="#vrcstation-get-stationenterplayerlocation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_stationEnterPlayerLocation__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_stationEnterPlayerLocation__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_stationEnterPlayerLocation__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-stationexitplayerlocation"> +<h2>VRCStation get_stationExitPlayerLocation<a class="headerlink" href="#vrcstation-get-stationexitplayerlocation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_stationExitPlayerLocation__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_stationExitPlayerLocation__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_stationExitPlayerLocation__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-get-transform"> +<h2>VRCStation get_transform<a class="headerlink" href="#vrcstation-get-transform" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__get_transform__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__get_transform__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__get_transform__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Transform</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-getcomponent"> +<h2>VRCStation GetComponent<a class="headerlink" href="#vrcstation-getcomponent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetComponent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetComponent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetComponent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-getcomponentinchildren"> +<h2>VRCStation GetComponentInChildren<a class="headerlink" href="#vrcstation-getcomponentinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetComponentInChildren__SystemBoolean__T"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetComponentInChildren__SystemBoolean__T</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Boolean includeInactiveSystem.Type type</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetComponentInChildren__SystemBoolean__T" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: T (<code class="docutils literal notranslate"><span class="pre">Object</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-getcomponentinparent"> +<h2>VRCStation GetComponentInParent<a class="headerlink" href="#vrcstation-getcomponentinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetComponentInParent__SystemType__UnityEngineComponent"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetComponentInParent__SystemType__UnityEngineComponent</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Type t</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetComponentInParent__SystemType__UnityEngineComponent" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Component</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-getcomponents"> +<h2>VRCStation GetComponents<a class="headerlink" href="#vrcstation-getcomponents" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetComponents__ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetComponents__ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetComponents__ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-getcomponentsinchildren"> +<h2>VRCStation GetComponentsInChildren<a class="headerlink" href="#vrcstation-getcomponentsinchildren" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-getcomponentsinparent"> +<h2>VRCStation GetComponentsInParent<a class="headerlink" href="#vrcstation-getcomponentsinparent" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetComponentsInParent__SystemBoolean_ListT__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-gethashcode"> +<h2>VRCStation GetHashCode<a class="headerlink" href="#vrcstation-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-getinstanceid"> +<h2>VRCStation GetInstanceID<a class="headerlink" href="#vrcstation-getinstanceid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetInstanceID__SystemInt32"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetInstanceID__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetInstanceID__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-gettype"> +<h2>VRCStation GetType<a class="headerlink" href="#vrcstation-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-implicit"> +<h2>op_Implicit<a class="headerlink" href="#op-implicit" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__op_Implicit__UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__op_Implicit__UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__op_Implicit__UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="op-inequality"> +<h2>op_Inequality<a class="headerlink" href="#op-inequality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.Object UnityEngine.Object</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-set-animatorcontroller"> +<h2>VRCStation set_animatorController<a class="headerlink" href="#vrcstation-set-animatorcontroller" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_animatorController__UnityEngineRuntimeAnimatorController"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_animatorController__UnityEngineRuntimeAnimatorController</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation UnityEngine.RuntimeAnimatorController</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_animatorController__UnityEngineRuntimeAnimatorController" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-canusestationfromstation"> +<h2>VRCStation set_canUseStationFromStation<a class="headerlink" href="#vrcstation-set-canusestationfromstation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_canUseStationFromStation__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_canUseStationFromStation__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_canUseStationFromStation__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-controlsobject"> +<h2>VRCStation set_controlsObject<a class="headerlink" href="#vrcstation-set-controlsobject" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_controlsObject__VRCSDKBaseVRC_ObjectApi"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_controlsObject__VRCSDKBaseVRC_ObjectApi</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation VRC.SDKBase.VRC_ObjectApi</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_controlsObject__VRCSDKBaseVRC_ObjectApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-disablestationexit"> +<h2>VRCStation set_disableStationExit<a class="headerlink" href="#vrcstation-set-disablestationexit" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_disableStationExit__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_disableStationExit__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_disableStationExit__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-enabled"> +<h2>VRCStation set_enabled<a class="headerlink" href="#vrcstation-set-enabled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_enabled__SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_enabled__SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.Boolean value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_enabled__SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-name"> +<h2>VRCStation set_name<a class="headerlink" href="#vrcstation-set-name" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_name__SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_name__SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceSystem.String value</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_name__SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-playermobility"> +<h2>VRCStation set_PlayerMobility<a class="headerlink" href="#vrcstation-set-playermobility" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_PlayerMobility__VRCSDKBaseVRCStationMobility"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_PlayerMobility__VRCSDKBaseVRCStationMobility</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation VRC.SDKBase.VRCStation+Mobility</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_PlayerMobility__VRCSDKBaseVRCStationMobility" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-seated"> +<h2>VRCStation set_seated<a class="headerlink" href="#vrcstation-set-seated" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_seated__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_seated__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_seated__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-stationenterplayerlocation"> +<h2>VRCStation set_stationEnterPlayerLocation<a class="headerlink" href="#vrcstation-set-stationenterplayerlocation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_stationEnterPlayerLocation__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_stationEnterPlayerLocation__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation UnityEngine.Transform</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_stationEnterPlayerLocation__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-set-stationexitplayerlocation"> +<h2>VRCStation set_stationExitPlayerLocation<a class="headerlink" href="#vrcstation-set-stationexitplayerlocation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__set_stationExitPlayerLocation__UnityEngineTransform"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__set_stationExitPlayerLocation__UnityEngineTransform</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation UnityEngine.Transform</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__set_stationExitPlayerLocation__UnityEngineTransform" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcstation-tostring"> +<h2>VRCStation ToString<a class="headerlink" href="#vrcstation-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcstation-usestation"> +<h2>VRCStation UseStation<a class="headerlink" href="#vrcstation-usestation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDK3ComponentsVRCStation.__UseStation__VRCSDKBaseVRCPlayerApi__SystemVoid"> +<code class="sig-prename descclassname">VRCSDK3ComponentsVRCStation.</code><code class="sig-name descname">__UseStation__VRCSDKBaseVRCPlayerApi__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDK3.Components.VRCStation instanceVRC.SDKBase.VRCPlayerApi player</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDK3ComponentsVRCStation.__UseStation__VRCSDKBaseVRCPlayerApi__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../VRCSDKBaseInputManager/index.html" class="btn btn-neutral float-right" title="VRCSDKBaseInputManager" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCPortalMarker/index.html" class="btn btn-neutral" title="ComponentsVRCPortalMarker" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html.meta new file mode 100644 index 00000000..9948117f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/ComponentsVRCStation/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4e55ff32d7c5fa9449f8118af66a8524 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager.meta new file mode 100644 index 00000000..460c948d --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f56a31aed5aa7a84692c1be447bce318 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html new file mode 100644 index 00000000..feb07267 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html @@ -0,0 +1,401 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>VRCSDKBaseInputManager — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="VRCSDKBaseNetworking" href="../VRCSDKBaseNetworking/index.html"/> + <link rel="prev" title="ComponentsVRCStation" href="../ComponentsVRCStation/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">VRCSDKBaseInputManager</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager">InputManager</a></li> +<li class="toctree-l3"><a class="reference internal" href="#ctor">ctor</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-enableobjecthighlight">InputManager EnableObjectHighlight</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-equals">InputManager Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-get-enableobjecthighlight">InputManager get__EnableObjectHighlight</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-gethashcode">InputManager GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-getlastusedinputmethod">InputManager GetLastUsedInputMethod</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-gettype">InputManager GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-isusinghandcontroller">InputManager IsUsingHandController</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-set-isusinghandcontroller">InputManager set__IsUsingHandController</a></li> +<li class="toctree-l3"><a class="reference internal" href="#inputmanager-tostring">InputManager ToString</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>VRCSDKBaseInputManager</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/VRCSDKBaseInputManager/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../VRCSDKBaseNetworking/index.html" class="btn btn-neutral float-right" title="VRCSDKBaseNetworking" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCStation/index.html" class="btn btn-neutral" title="ComponentsVRCStation" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="vrcsdkbaseinputmanager"> +<h1>VRCSDKBaseInputManager<a class="headerlink" href="#vrcsdkbaseinputmanager" title="Permalink to this headline">¶</a></h1> +<p>The VRCSDKBaseInputManager module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="inputmanager"> +<h2>InputManager<a class="headerlink" href="#inputmanager" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDKBaseInputManager"> +<code class="sig-name descname">Variable_VRCSDKBaseInputManager</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.InputManager InputManagerSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDKBaseInputManager" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +</div> +<div class="section" id="ctor"> +<h2>ctor<a class="headerlink" href="#ctor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__ctor____VRCSDKBaseInputManager"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__ctor____VRCSDKBaseInputManager</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__ctor____VRCSDKBaseInputManager" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">InputManager</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="inputmanager-enableobjecthighlight"> +<h2>InputManager EnableObjectHighlight<a class="headerlink" href="#inputmanager-enableobjecthighlight" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__EnableObjectHighlight__UnityEngineGameObject_SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__EnableObjectHighlight__UnityEngineGameObject_SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.GameObject objSystem.Boolean enable</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__EnableObjectHighlight__UnityEngineGameObject_SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="inputmanager-equals"> +<h2>InputManager Equals<a class="headerlink" href="#inputmanager-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.InputManager instanceSystem.Object obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="inputmanager-get-enableobjecthighlight"> +<h2>InputManager get__EnableObjectHighlight<a class="headerlink" href="#inputmanager-get-enableobjecthighlight" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__get__EnableObjectHighlight__SystemActionUnityEngineRendererSystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__get__EnableObjectHighlight__SystemActionUnityEngineRendererSystemBoolean</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__get__EnableObjectHighlight__SystemActionUnityEngineRendererSystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Action`2</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="inputmanager-gethashcode"> +<h2>InputManager GetHashCode<a class="headerlink" href="#inputmanager-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.InputManager instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="inputmanager-getlastusedinputmethod"> +<h2>InputManager GetLastUsedInputMethod<a class="headerlink" href="#inputmanager-getlastusedinputmethod" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__GetLastUsedInputMethod__VRCSDKBaseVRCInputMethod"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__GetLastUsedInputMethod__VRCSDKBaseVRCInputMethod</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__GetLastUsedInputMethod__VRCSDKBaseVRCInputMethod" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRCInputMethod</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="inputmanager-gettype"> +<h2>InputManager GetType<a class="headerlink" href="#inputmanager-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.InputManager instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="inputmanager-isusinghandcontroller"> +<h2>InputManager IsUsingHandController<a class="headerlink" href="#inputmanager-isusinghandcontroller" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__IsUsingHandController__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__IsUsingHandController__SystemBoolean</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__IsUsingHandController__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="inputmanager-set-isusinghandcontroller"> +<h2>InputManager set__IsUsingHandController<a class="headerlink" href="#inputmanager-set-isusinghandcontroller" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__set__IsUsingHandController__SystemFuncSystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__set__IsUsingHandController__SystemFuncSystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Func`1[System.Boolean] </em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__set__IsUsingHandController__SystemFuncSystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="inputmanager-tostring"> +<h2>InputManager ToString<a class="headerlink" href="#inputmanager-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseInputManager.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseInputManager.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.InputManager instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseInputManager.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../VRCSDKBaseNetworking/index.html" class="btn btn-neutral float-right" title="VRCSDKBaseNetworking" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../ComponentsVRCStation/index.html" class="btn btn-neutral" title="ComponentsVRCStation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html.meta new file mode 100644 index 00000000..25fdb0a5 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseInputManager/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 88b0aa68229ed4b44be094311ca1f59a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking.meta new file mode 100644 index 00000000..09704342 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 94dd4157e05e6804183f1faac33652cd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html new file mode 100644 index 00000000..5b2e3908 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html @@ -0,0 +1,512 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>VRCSDKBaseNetworking — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="VRCSDKBaseVRCPlayerApi" href="../VRCSDKBaseVRCPlayerApi/index.html"/> + <link rel="prev" title="VRCSDKBaseInputManager" href="../VRCSDKBaseInputManager/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">VRCSDKBaseNetworking</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#networking-calculateserverdeltatime">Networking CalculateServerDeltaTime</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-destroy">Networking Destroy</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-equals">Networking Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-get-ismaster">Networking get_IsMaster</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-get-isnetworksettled">Networking get_IsNetworkSettled</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-get-localplayer">Networking get_LocalPlayer</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-get-sceneeventhandler">Networking get_SceneEventHandler</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-get-calculateserverdeltatime">Networking get__CalculateServerDeltaTime</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-geteventdispatcher">Networking GetEventDispatcher</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-gethashcode">Networking GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-getnetworkdatetime">Networking GetNetworkDateTime</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-getowner">Networking GetOwner</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-getservertimeinmilliseconds">Networking GetServerTimeInMilliseconds</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-getservertimeinseconds">Networking GetServerTimeInSeconds</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-gettype">Networking GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-getuniquename">Networking GetUniqueName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-isobjectready">Networking IsObjectReady</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-isowner">Networking IsOwner</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-set-getuniquename">Networking set__GetUniqueName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-setowner">Networking SetOwner</a></li> +<li class="toctree-l3"><a class="reference internal" href="#networking-tostring">Networking ToString</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>VRCSDKBaseNetworking</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/VRCSDKBaseNetworking/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../VRCSDKBaseVRCPlayerApi/index.html" class="btn btn-neutral float-right" title="VRCSDKBaseVRCPlayerApi" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../VRCSDKBaseInputManager/index.html" class="btn btn-neutral" title="VRCSDKBaseInputManager" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="vrcsdkbasenetworking"> +<h1>VRCSDKBaseNetworking<a class="headerlink" href="#vrcsdkbasenetworking" title="Permalink to this headline">¶</a></h1> +<p>The VRCSDKBaseNetworking module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="networking-calculateserverdeltatime"> +<h2>Networking CalculateServerDeltaTime<a class="headerlink" href="#networking-calculateserverdeltatime" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__CalculateServerDeltaTime__SystemDouble_SystemDouble__SystemDouble"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__CalculateServerDeltaTime__SystemDouble_SystemDouble__SystemDouble</code><span class="sig-paren">(</span><em class="sig-param">System.Double timeInSecondsSystem.Double previousTimeInSeconds</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__CalculateServerDeltaTime__SystemDouble_SystemDouble__SystemDouble" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Double</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-destroy"> +<h2>Networking Destroy<a class="headerlink" href="#networking-destroy" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__Destroy__UnityEngineGameObject__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__Destroy__UnityEngineGameObject__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.GameObject obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__Destroy__UnityEngineGameObject__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="networking-equals"> +<h2>Networking Equals<a class="headerlink" href="#networking-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.Networking instanceSystem.Object obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-get-ismaster"> +<h2>Networking get_IsMaster<a class="headerlink" href="#networking-get-ismaster" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__get_IsMaster__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__get_IsMaster__SystemBoolean</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__get_IsMaster__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-get-isnetworksettled"> +<h2>Networking get_IsNetworkSettled<a class="headerlink" href="#networking-get-isnetworksettled" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__get_IsNetworkSettled__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__get_IsNetworkSettled__SystemBoolean</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__get_IsNetworkSettled__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-get-localplayer"> +<h2>Networking get_LocalPlayer<a class="headerlink" href="#networking-get-localplayer" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__get_LocalPlayer__VRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__get_LocalPlayer__VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__get_LocalPlayer__VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRCPlayerApi</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-get-sceneeventhandler"> +<h2>Networking get_SceneEventHandler<a class="headerlink" href="#networking-get-sceneeventhandler" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__get_SceneEventHandler__VRCSDKBaseVRC_EventHandler"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__get_SceneEventHandler__VRCSDKBaseVRC_EventHandler</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__get_SceneEventHandler__VRCSDKBaseVRC_EventHandler" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRC_EventHandler</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-get-calculateserverdeltatime"> +<h2>Networking get__CalculateServerDeltaTime<a class="headerlink" href="#networking-get-calculateserverdeltatime" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__get__CalculateServerDeltaTime__SystemFuncSystemDoubleSystemDoubleSystemDouble"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__get__CalculateServerDeltaTime__SystemFuncSystemDoubleSystemDoubleSystemDouble</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__get__CalculateServerDeltaTime__SystemFuncSystemDoubleSystemDoubleSystemDouble" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Func`3</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-geteventdispatcher"> +<h2>Networking GetEventDispatcher<a class="headerlink" href="#networking-geteventdispatcher" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetEventDispatcher__VRCSDKBaseVRC_EventDispatcher"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetEventDispatcher__VRCSDKBaseVRC_EventDispatcher</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetEventDispatcher__VRCSDKBaseVRC_EventDispatcher" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRC_EventDispatcher</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-gethashcode"> +<h2>Networking GetHashCode<a class="headerlink" href="#networking-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.Networking instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-getnetworkdatetime"> +<h2>Networking GetNetworkDateTime<a class="headerlink" href="#networking-getnetworkdatetime" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetNetworkDateTime__SystemDateTime"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetNetworkDateTime__SystemDateTime</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetNetworkDateTime__SystemDateTime" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">DateTime</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-getowner"> +<h2>Networking GetOwner<a class="headerlink" href="#networking-getowner" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetOwner__UnityEngineGameObject__VRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetOwner__UnityEngineGameObject__VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.GameObject obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetOwner__UnityEngineGameObject__VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRCPlayerApi</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-getservertimeinmilliseconds"> +<h2>Networking GetServerTimeInMilliseconds<a class="headerlink" href="#networking-getservertimeinmilliseconds" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetServerTimeInMilliseconds__SystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetServerTimeInMilliseconds__SystemInt32</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetServerTimeInMilliseconds__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-getservertimeinseconds"> +<h2>Networking GetServerTimeInSeconds<a class="headerlink" href="#networking-getservertimeinseconds" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetServerTimeInSeconds__SystemDouble"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetServerTimeInSeconds__SystemDouble</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetServerTimeInSeconds__SystemDouble" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Double</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-gettype"> +<h2>Networking GetType<a class="headerlink" href="#networking-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.Networking instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-getuniquename"> +<h2>Networking GetUniqueName<a class="headerlink" href="#networking-getuniquename" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__GetUniqueName__UnityEngineGameObject__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__GetUniqueName__UnityEngineGameObject__SystemString</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.GameObject obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__GetUniqueName__UnityEngineGameObject__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-isobjectready"> +<h2>Networking IsObjectReady<a class="headerlink" href="#networking-isobjectready" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__IsObjectReady__UnityEngineGameObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__IsObjectReady__UnityEngineGameObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.GameObject obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__IsObjectReady__UnityEngineGameObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-isowner"> +<h2>Networking IsOwner<a class="headerlink" href="#networking-isowner" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__IsOwner__UnityEngineGameObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__IsOwner__UnityEngineGameObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">UnityEngine.GameObject obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__IsOwner__UnityEngineGameObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="networking-set-getuniquename"> +<h2>Networking set__GetUniqueName<a class="headerlink" href="#networking-set-getuniquename" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__set__GetUniqueName__SystemFuncUnityEngineGameObjectSystemString"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__set__GetUniqueName__SystemFuncUnityEngineGameObjectSystemString</code><span class="sig-paren">(</span><em class="sig-param">System.Func`2[UnityEngine.GameObject,System.String] </em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__set__GetUniqueName__SystemFuncUnityEngineGameObjectSystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="networking-setowner"> +<h2>Networking SetOwner<a class="headerlink" href="#networking-setowner" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__SetOwner__VRCSDKBaseVRCPlayerApi_UnityEngineGameObject__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__SetOwner__VRCSDKBaseVRCPlayerApi_UnityEngineGameObject__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi playerUnityEngine.GameObject obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__SetOwner__VRCSDKBaseVRCPlayerApi_UnityEngineGameObject__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="networking-tostring"> +<h2>Networking ToString<a class="headerlink" href="#networking-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseNetworking.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseNetworking.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.Networking instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseNetworking.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../VRCSDKBaseVRCPlayerApi/index.html" class="btn btn-neutral float-right" title="VRCSDKBaseVRCPlayerApi" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../VRCSDKBaseInputManager/index.html" class="btn btn-neutral" title="VRCSDKBaseInputManager" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html.meta new file mode 100644 index 00000000..c9f2486f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseNetworking/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bbf7428354a1ea647a734f24caffbc7a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta new file mode 100644 index 00000000..fcc83b96 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5426438cd81f8bc48a5870a41a5c5b3c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html new file mode 100644 index 00000000..eb24d95c --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html @@ -0,0 +1,970 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>VRCSDKBaseVRCPlayerApi — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../../index.html"/> + <link rel="up" title="VRCSDK3" href="../index.html"/> + <link rel="next" title="System" href="../../System/index.html"/> + <link rel="prev" title="VRCSDKBaseNetworking" href="../VRCSDKBaseNetworking/index.html"/> + + + <script src="../../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">VRCSDK3</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="../ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="../VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">VRCSDKBaseVRCPlayerApi</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi">VRCPlayerApi</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-addtolist">VRCPlayerApi AddToList</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-clearplayertags">VRCPlayerApi ClearPlayerTags</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-clearsilence">VRCPlayerApi ClearSilence</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-combatgetcurrenthitpoints">VRCPlayerApi CombatGetCurrentHitpoints</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-combatgetdestructible">VRCPlayerApi CombatGetDestructible</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-combatsetcurrenthitpoints">VRCPlayerApi CombatSetCurrentHitpoints</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-combatsetdamagegraphic">VRCPlayerApi CombatSetDamageGraphic</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-combatsetmaxhitpoints">VRCPlayerApi CombatSetMaxHitpoints</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-combatsetrespawn">VRCPlayerApi CombatSetRespawn</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-combatsetup">VRCPlayerApi CombatSetup</a></li> +<li class="toctree-l3"><a class="reference internal" href="#ctor">ctor</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-enablepickups">VRCPlayerApi EnablePickups</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-equals">VRCPlayerApi Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-get-allplayers">VRCPlayerApi get_AllPlayers</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-get-displayname">VRCPlayerApi get_displayName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-get-islocal">VRCPlayerApi get_isLocal</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-get-ismaster">VRCPlayerApi get_isMaster</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-get-playerid">VRCPlayerApi get_playerId</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-get-splayers">VRCPlayerApi get_sPlayers</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-get-clearinvisible">VRCPlayerApi get__ClearInvisible</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getboneposition">VRCPlayerApi GetBonePosition</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getbonerotation">VRCPlayerApi GetBoneRotation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getgravitystrength">VRCPlayerApi GetGravityStrength</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-gethashcode">VRCPlayerApi GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getjumpimpulse">VRCPlayerApi GetJumpImpulse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getplayerbyid">VRCPlayerApi GetPlayerById</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getplayerid">VRCPlayerApi GetPlayerId</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getplayerswithtag">VRCPlayerApi GetPlayersWithTag</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getplayertag">VRCPlayerApi GetPlayerTag</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getposition">VRCPlayerApi GetPosition</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getrotation">VRCPlayerApi GetRotation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getrunspeed">VRCPlayerApi GetRunSpeed</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-gettrackingdata">VRCPlayerApi GetTrackingData</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-gettype">VRCPlayerApi GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getvelocity">VRCPlayerApi GetVelocity</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-getwalkspeed">VRCPlayerApi GetWalkSpeed</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-immobilize">VRCPlayerApi Immobilize</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-isowner">VRCPlayerApi IsOwner</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-isplayergrounded">VRCPlayerApi IsPlayerGrounded</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-isuserinvr">VRCPlayerApi IsUserInVR</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-popanimations">VRCPlayerApi PopAnimations</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-pushanimations">VRCPlayerApi PushAnimations</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-removefromlist">VRCPlayerApi RemoveFromList</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-set-displayname">VRCPlayerApi set_displayName</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-set-islocal">VRCPlayerApi set_isLocal</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-set-splayers">VRCPlayerApi set_sPlayers</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-set-ismasterdelegate">VRCPlayerApi set__isMasterDelegate</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setgravitystrength">VRCPlayerApi SetGravityStrength</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setjumpimpulse">VRCPlayerApi SetJumpImpulse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setplayertag">VRCPlayerApi SetPlayerTag</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setrunspeed">VRCPlayerApi SetRunSpeed</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setsilencedtotagged">VRCPlayerApi SetSilencedToTagged</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setsilencedtountagged">VRCPlayerApi SetSilencedToUntagged</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setvelocity">VRCPlayerApi SetVelocity</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-setwalkspeed">VRCPlayerApi SetWalkSpeed</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-teleportto">VRCPlayerApi TeleportTo</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-tostring">VRCPlayerApi ToString</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-useattachedstation">VRCPlayerApi UseAttachedStation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#vrcplayerapi-uselegacylocomotion">VRCPlayerApi UseLegacyLocomotion</a></li> +</ul> +</li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../../index.html">Docs</a> »</li> + + <li><a href="../index.html">VRCSDK3</a> »</li> + + <li>VRCSDKBaseVRCPlayerApi</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../../System/index.html" class="btn btn-neutral float-right" title="System" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../VRCSDKBaseNetworking/index.html" class="btn btn-neutral" title="VRCSDKBaseNetworking" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="vrcsdkbasevrcplayerapi"> +<h1>VRCSDKBaseVRCPlayerApi<a class="headerlink" href="#vrcsdkbasevrcplayerapi" title="Permalink to this headline">¶</a></h1> +<p>The VRCSDKBaseVRCPlayerApi module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="vrcplayerapi"> +<h2>VRCPlayerApi<a class="headerlink" href="#vrcplayerapi" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_VRCSDKBaseVRCPlayerApi"> +<code class="sig-name descname">Variable_VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi VRCPlayerApiSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow: none</p> +<p>Contains a variable representing a VRChat Player API object. Used to access properties of players.</p> +</div> +<div class="section" id="vrcplayerapi-addtolist"> +<h2>VRCPlayerApi AddToList<a class="headerlink" href="#vrcplayerapi-addtolist" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__AddToList__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__AddToList__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__AddToList__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-clearplayertags"> +<h2>VRCPlayerApi ClearPlayerTags<a class="headerlink" href="#vrcplayerapi-clearplayertags" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__ClearPlayerTags__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__ClearPlayerTags__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__ClearPlayerTags__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-clearsilence"> +<h2>VRCPlayerApi ClearSilence<a class="headerlink" href="#vrcplayerapi-clearsilence" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__ClearSilence__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__ClearSilence__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__ClearSilence__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-combatgetcurrenthitpoints"> +<h2>VRCPlayerApi CombatGetCurrentHitpoints<a class="headerlink" href="#vrcplayerapi-combatgetcurrenthitpoints" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__CombatGetCurrentHitpoints__SystemSingle"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__CombatGetCurrentHitpoints__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__CombatGetCurrentHitpoints__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-combatgetdestructible"> +<h2>VRCPlayerApi CombatGetDestructible<a class="headerlink" href="#vrcplayerapi-combatgetdestructible" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__CombatGetDestructible__VRCSDKBaseIVRC_Destructible"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__CombatGetDestructible__VRCSDKBaseIVRC_Destructible</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__CombatGetDestructible__VRCSDKBaseIVRC_Destructible" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">IVRC_Destructible</span></code>)</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-combatsetcurrenthitpoints"> +<h2>VRCPlayerApi CombatSetCurrentHitpoints<a class="headerlink" href="#vrcplayerapi-combatsetcurrenthitpoints" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__CombatSetCurrentHitpoints__SystemSingle__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__CombatSetCurrentHitpoints__SystemSingle__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Single hp</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__CombatSetCurrentHitpoints__SystemSingle__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-combatsetdamagegraphic"> +<h2>VRCPlayerApi CombatSetDamageGraphic<a class="headerlink" href="#vrcplayerapi-combatsetdamagegraphic" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__CombatSetDamageGraphic__UnityEngineGameObject__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__CombatSetDamageGraphic__UnityEngineGameObject__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceUnityEngine.GameObject prefab</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__CombatSetDamageGraphic__UnityEngineGameObject__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-combatsetmaxhitpoints"> +<h2>VRCPlayerApi CombatSetMaxHitpoints<a class="headerlink" href="#vrcplayerapi-combatsetmaxhitpoints" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__CombatSetMaxHitpoints__SystemSingle__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__CombatSetMaxHitpoints__SystemSingle__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Single maxHp</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__CombatSetMaxHitpoints__SystemSingle__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-combatsetrespawn"> +<h2>VRCPlayerApi CombatSetRespawn<a class="headerlink" href="#vrcplayerapi-combatsetrespawn" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__CombatSetRespawn__SystemBoolean_SystemSingle_UnityEngineTransform__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__CombatSetRespawn__SystemBoolean_SystemSingle_UnityEngineTransform__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Boolean respawnOnDeathSystem.Single respawnTimerUnityEngine.Transform respawnLocation</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__CombatSetRespawn__SystemBoolean_SystemSingle_UnityEngineTransform__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-combatsetup"> +<h2>VRCPlayerApi CombatSetup<a class="headerlink" href="#vrcplayerapi-combatsetup" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__CombatSetup__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__CombatSetup__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__CombatSetup__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="ctor"> +<h2>ctor<a class="headerlink" href="#ctor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__ctor____VRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__ctor____VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__ctor____VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRCPlayerApi</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-enablepickups"> +<h2>VRCPlayerApi EnablePickups<a class="headerlink" href="#vrcplayerapi-enablepickups" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__EnablePickups__SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__EnablePickups__SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Boolean enable</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__EnablePickups__SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-equals"> +<h2>VRCPlayerApi Equals<a class="headerlink" href="#vrcplayerapi-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Object obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__Equals__SystemObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-get-allplayers"> +<h2>VRCPlayerApi get_AllPlayers<a class="headerlink" href="#vrcplayerapi-get-allplayers" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__get_AllPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__get_AllPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__get_AllPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">List`1</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-get-displayname"> +<h2>VRCPlayerApi get_displayName<a class="headerlink" href="#vrcplayerapi-get-displayname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__get_displayName__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__get_displayName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__get_displayName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-get-islocal"> +<h2>VRCPlayerApi get_isLocal<a class="headerlink" href="#vrcplayerapi-get-islocal" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__get_isLocal__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__get_isLocal__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__get_isLocal__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-get-ismaster"> +<h2>VRCPlayerApi get_isMaster<a class="headerlink" href="#vrcplayerapi-get-ismaster" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__get_isMaster__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__get_isMaster__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__get_isMaster__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-get-playerid"> +<h2>VRCPlayerApi get_playerId<a class="headerlink" href="#vrcplayerapi-get-playerid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__get_playerId__SystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__get_playerId__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__get_playerId__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-get-splayers"> +<h2>VRCPlayerApi get_sPlayers<a class="headerlink" href="#vrcplayerapi-get-splayers" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__get_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__get_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__get_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">List`1</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-get-clearinvisible"> +<h2>VRCPlayerApi get__ClearInvisible<a class="headerlink" href="#vrcplayerapi-get-clearinvisible" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__get__ClearInvisible__SystemActionVRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__get__ClearInvisible__SystemActionVRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__get__ClearInvisible__SystemActionVRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Action`1</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getboneposition"> +<h2>VRCPlayerApi GetBonePosition<a class="headerlink" href="#vrcplayerapi-getboneposition" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetBonePosition__UnityEngineHumanBodyBones__UnityEngineVector3"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetBonePosition__UnityEngineHumanBodyBones__UnityEngineVector3</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceUnityEngine.HumanBodyBones tt</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetBonePosition__UnityEngineHumanBodyBones__UnityEngineVector3" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Vector3</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getbonerotation"> +<h2>VRCPlayerApi GetBoneRotation<a class="headerlink" href="#vrcplayerapi-getbonerotation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetBoneRotation__UnityEngineHumanBodyBones__UnityEngineQuaternion"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetBoneRotation__UnityEngineHumanBodyBones__UnityEngineQuaternion</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceUnityEngine.HumanBodyBones tt</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetBoneRotation__UnityEngineHumanBodyBones__UnityEngineQuaternion" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Quaternion</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getgravitystrength"> +<h2>VRCPlayerApi GetGravityStrength<a class="headerlink" href="#vrcplayerapi-getgravitystrength" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetGravityStrength__SystemSingle"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetGravityStrength__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetGravityStrength__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-gethashcode"> +<h2>VRCPlayerApi GetHashCode<a class="headerlink" href="#vrcplayerapi-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetHashCode__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getjumpimpulse"> +<h2>VRCPlayerApi GetJumpImpulse<a class="headerlink" href="#vrcplayerapi-getjumpimpulse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetJumpImpulse__SystemSingle"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetJumpImpulse__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetJumpImpulse__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getplayerbyid"> +<h2>VRCPlayerApi GetPlayerById<a class="headerlink" href="#vrcplayerapi-getplayerbyid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetPlayerById__SystemInt32__VRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetPlayerById__SystemInt32__VRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><em class="sig-param">System.Int32 playerId</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetPlayerById__SystemInt32__VRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">VRCPlayerApi</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getplayerid"> +<h2>VRCPlayerApi GetPlayerId<a class="headerlink" href="#vrcplayerapi-getplayerid" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetPlayerId__VRCSDKBaseVRCPlayerApi__SystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetPlayerId__VRCSDKBaseVRCPlayerApi__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi player</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetPlayerId__VRCSDKBaseVRCPlayerApi__SystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Int32</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getplayerswithtag"> +<h2>VRCPlayerApi GetPlayersWithTag<a class="headerlink" href="#vrcplayerapi-getplayerswithtag" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetPlayersWithTag__SystemString_SystemString__SystemCollectionsGenericListSystemInt32"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetPlayersWithTag__SystemString_SystemString__SystemCollectionsGenericListSystemInt32</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.String tagNameSystem.String tagValue</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetPlayersWithTag__SystemString_SystemString__SystemCollectionsGenericListSystemInt32" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">List`1</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getplayertag"> +<h2>VRCPlayerApi GetPlayerTag<a class="headerlink" href="#vrcplayerapi-getplayertag" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetPlayerTag__SystemString__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetPlayerTag__SystemString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.String tagName</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetPlayerTag__SystemString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getposition"> +<h2>VRCPlayerApi GetPosition<a class="headerlink" href="#vrcplayerapi-getposition" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetPosition__UnityEngineVector3"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetPosition__UnityEngineVector3</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetPosition__UnityEngineVector3" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Vector3</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getrotation"> +<h2>VRCPlayerApi GetRotation<a class="headerlink" href="#vrcplayerapi-getrotation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetRotation__UnityEngineQuaternion"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetRotation__UnityEngineQuaternion</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetRotation__UnityEngineQuaternion" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Quaternion</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getrunspeed"> +<h2>VRCPlayerApi GetRunSpeed<a class="headerlink" href="#vrcplayerapi-getrunspeed" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetRunSpeed__SystemSingle"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetRunSpeed__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetRunSpeed__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-gettrackingdata"> +<h2>VRCPlayerApi GetTrackingData<a class="headerlink" href="#vrcplayerapi-gettrackingdata" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetTrackingData__VRCSDKBaseVRCPlayerApiTrackingDataType__VRCSDKBaseVRCPlayerApiTrackingData"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetTrackingData__VRCSDKBaseVRCPlayerApiTrackingDataType__VRCSDKBaseVRCPlayerApiTrackingData</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceVRC.SDKBase.VRCPlayerApi+TrackingDataType tt</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetTrackingData__VRCSDKBaseVRCPlayerApiTrackingDataType__VRCSDKBaseVRCPlayerApiTrackingData" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">TrackingData</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-gettype"> +<h2>VRCPlayerApi GetType<a class="headerlink" href="#vrcplayerapi-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetType__SystemType"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetType__SystemType" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Type</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getvelocity"> +<h2>VRCPlayerApi GetVelocity<a class="headerlink" href="#vrcplayerapi-getvelocity" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetVelocity__UnityEngineVector3"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetVelocity__UnityEngineVector3</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetVelocity__UnityEngineVector3" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Vector3</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-getwalkspeed"> +<h2>VRCPlayerApi GetWalkSpeed<a class="headerlink" href="#vrcplayerapi-getwalkspeed" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__GetWalkSpeed__SystemSingle"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__GetWalkSpeed__SystemSingle</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__GetWalkSpeed__SystemSingle" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Single</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-immobilize"> +<h2>VRCPlayerApi Immobilize<a class="headerlink" href="#vrcplayerapi-immobilize" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__Immobilize__SystemBoolean__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__Immobilize__SystemBoolean__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Boolean immobile</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__Immobilize__SystemBoolean__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-isowner"> +<h2>VRCPlayerApi IsOwner<a class="headerlink" href="#vrcplayerapi-isowner" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__IsOwner__UnityEngineGameObject__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__IsOwner__UnityEngineGameObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceUnityEngine.GameObject obj</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__IsOwner__UnityEngineGameObject__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-isplayergrounded"> +<h2>VRCPlayerApi IsPlayerGrounded<a class="headerlink" href="#vrcplayerapi-isplayergrounded" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__IsPlayerGrounded__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__IsPlayerGrounded__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__IsPlayerGrounded__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-isuserinvr"> +<h2>VRCPlayerApi IsUserInVR<a class="headerlink" href="#vrcplayerapi-isuserinvr" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__IsUserInVR__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__IsUserInVR__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__IsUserInVR__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-popanimations"> +<h2>VRCPlayerApi PopAnimations<a class="headerlink" href="#vrcplayerapi-popanimations" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__PopAnimations__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__PopAnimations__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__PopAnimations__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-pushanimations"> +<h2>VRCPlayerApi PushAnimations<a class="headerlink" href="#vrcplayerapi-pushanimations" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__PushAnimations__UnityEngineRuntimeAnimatorController__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__PushAnimations__UnityEngineRuntimeAnimatorController__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceUnityEngine.RuntimeAnimatorController animations</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__PushAnimations__UnityEngineRuntimeAnimatorController__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-removefromlist"> +<h2>VRCPlayerApi RemoveFromList<a class="headerlink" href="#vrcplayerapi-removefromlist" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__RemoveFromList__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__RemoveFromList__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__RemoveFromList__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-set-displayname"> +<h2>VRCPlayerApi set_displayName<a class="headerlink" href="#vrcplayerapi-set-displayname" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__set_displayName__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__set_displayName__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi System.String</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__set_displayName__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-set-islocal"> +<h2>VRCPlayerApi set_isLocal<a class="headerlink" href="#vrcplayerapi-set-islocal" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__set_isLocal__SystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__set_isLocal__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__set_isLocal__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-set-splayers"> +<h2>VRCPlayerApi set_sPlayers<a class="headerlink" href="#vrcplayerapi-set-splayers" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__set_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__set_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi</code><span class="sig-paren">(</span><em class="sig-param">System.Collections.Generic.List`1[VRC.SDKBase.VRCPlayerApi] </em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__set_sPlayers__SystemCollectionsGenericListVRCSDKBaseVRCPlayerApi" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-set-ismasterdelegate"> +<h2>VRCPlayerApi set__isMasterDelegate<a class="headerlink" href="#vrcplayerapi-set-ismasterdelegate" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__set__isMasterDelegate__SystemFuncVRCSDKBaseVRCPlayerApiSystemBoolean"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__set__isMasterDelegate__SystemFuncVRCSDKBaseVRCPlayerApiSystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Func`2[VRC.SDKBase.VRCPlayerApi,System.Boolean] </em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__set__isMasterDelegate__SystemFuncVRCSDKBaseVRCPlayerApiSystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setgravitystrength"> +<h2>VRCPlayerApi SetGravityStrength<a class="headerlink" href="#vrcplayerapi-setgravitystrength" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetGravityStrength__SystemSingle__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetGravityStrength__SystemSingle__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Single strength</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetGravityStrength__SystemSingle__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setjumpimpulse"> +<h2>VRCPlayerApi SetJumpImpulse<a class="headerlink" href="#vrcplayerapi-setjumpimpulse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetJumpImpulse__SystemSingle__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetJumpImpulse__SystemSingle__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Single impulse</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetJumpImpulse__SystemSingle__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setplayertag"> +<h2>VRCPlayerApi SetPlayerTag<a class="headerlink" href="#vrcplayerapi-setplayertag" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetPlayerTag__SystemString_SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetPlayerTag__SystemString_SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.String tagNameSystem.String tagValue</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetPlayerTag__SystemString_SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setrunspeed"> +<h2>VRCPlayerApi SetRunSpeed<a class="headerlink" href="#vrcplayerapi-setrunspeed" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetRunSpeed__SystemSingle__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetRunSpeed__SystemSingle__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Single speed</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetRunSpeed__SystemSingle__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setsilencedtotagged"> +<h2>VRCPlayerApi SetSilencedToTagged<a class="headerlink" href="#vrcplayerapi-setsilencedtotagged" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetSilencedToTagged__SystemInt32_SystemString_SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetSilencedToTagged__SystemInt32_SystemString_SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Int32 levelSystem.String tagNameSystem.String tagValue</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetSilencedToTagged__SystemInt32_SystemString_SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setsilencedtountagged"> +<h2>VRCPlayerApi SetSilencedToUntagged<a class="headerlink" href="#vrcplayerapi-setsilencedtountagged" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetSilencedToUntagged__SystemInt32_SystemString_SystemString__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetSilencedToUntagged__SystemInt32_SystemString_SystemString__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Int32 levelSystem.String tagNameSystem.String tagValue</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetSilencedToUntagged__SystemInt32_SystemString_SystemString__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setvelocity"> +<h2>VRCPlayerApi SetVelocity<a class="headerlink" href="#vrcplayerapi-setvelocity" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetVelocity__UnityEngineVector3__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetVelocity__UnityEngineVector3__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceUnityEngine.Vector3 velocity</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetVelocity__UnityEngineVector3__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-setwalkspeed"> +<h2>VRCPlayerApi SetWalkSpeed<a class="headerlink" href="#vrcplayerapi-setwalkspeed" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__SetWalkSpeed__SystemSingle__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__SetWalkSpeed__SystemSingle__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceSystem.Single speed</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__SetWalkSpeed__SystemSingle__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-teleportto"> +<h2>VRCPlayerApi TeleportTo<a class="headerlink" href="#vrcplayerapi-teleportto" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__TeleportTo__UnityEngineVector3_UnityEngineQuaternion__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__TeleportTo__UnityEngineVector3_UnityEngineQuaternion__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instanceUnityEngine.Vector3 teleportPosUnityEngine.Quaternion teleportRot</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__TeleportTo__UnityEngineVector3_UnityEngineQuaternion__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-tostring"> +<h2>VRCPlayerApi ToString<a class="headerlink" href="#vrcplayerapi-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__ToString__SystemString"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__ToString__SystemString" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">String</span></code>)</p> +<p>flow: none</p> +</div> +<div class="section" id="vrcplayerapi-useattachedstation"> +<h2>VRCPlayerApi UseAttachedStation<a class="headerlink" href="#vrcplayerapi-useattachedstation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__UseAttachedStation__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__UseAttachedStation__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__UseAttachedStation__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +<div class="section" id="vrcplayerapi-uselegacylocomotion"> +<h2>VRCPlayerApi UseLegacyLocomotion<a class="headerlink" href="#vrcplayerapi-uselegacylocomotion" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="VRCSDKBaseVRCPlayerApi.__UseLegacyLocomotion__SystemVoid"> +<code class="sig-prename descclassname">VRCSDKBaseVRCPlayerApi.</code><code class="sig-name descname">__UseLegacyLocomotion__SystemVoid</code><span class="sig-paren">(</span><em class="sig-param">VRC.SDKBase.VRCPlayerApi instance</em><span class="sig-paren">)</span><a class="headerlink" href="#VRCSDKBaseVRCPlayerApi.__UseLegacyLocomotion__SystemVoid" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="../../System/index.html" class="btn btn-neutral float-right" title="System" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../VRCSDKBaseNetworking/index.html" class="btn btn-neutral" title="VRCSDKBaseNetworking" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"></script> + <script type="text/javascript" src="../../../_static/underscore.js"></script> + <script type="text/javascript" src="../../../_static/doctools.js"></script> + <script type="text/javascript" src="../../../_static/language_data.js"></script> + <script type="text/javascript" src="../../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta new file mode 100644 index 00000000..79c2e6f2 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/VRCSDKBaseVRCPlayerApi/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bfe3ad74761759345b2764c6a93343e8 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html new file mode 100644 index 00000000..2111e86a --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html @@ -0,0 +1,285 @@ + + + +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>VRCSDK3 — Udon 1.0 documentation</title> + + + + + + + + + + + + + + + + + + <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" /> + + + + <link rel="stylesheet" href="../../_static/jquery.fancybox.min.css" type="text/css" /> + + <link rel="stylesheet" href="../../_static/glpi.css" type="text/css" /> + + + + <link rel="index" title="Index" + href="../../genindex.html"/> + <link rel="search" title="Search" href="../../search.html"/> + <link rel="top" title="Udon 1.0 documentation" href="../../index.html"/> + <link rel="next" title="ComponentsTrackingData" href="ComponentsTrackingData/index.html"/> + <link rel="prev" title="UdonBehaviour" href="../UdonBehaviour/index.html"/> + + + <script src="../../_static/js/modernizr.min.js"></script> + +</head> + +<body class="wy-body-for-nav" role="document"> + + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-scroll"> + <div class="wy-side-nav-search"> + + + + <a href="../../index.html" class="icon icon-home"> Udon + + + + </a> + + + + + + +<div role="search"> + <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> + + + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + + + + <p class="caption"><span class="caption-text">Contents:</span></p> +<ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="../Events/index.html">Events</a></li> +<li class="toctree-l1"><a class="reference internal" href="../Special/index.html">Special</a></li> +<li class="toctree-l1"><a class="reference internal" href="../Types/index.html">Types</a></li> +<li class="toctree-l1"><a class="reference internal" href="../UdonBehaviour/index.html">UdonBehaviour</a></li> +<li class="toctree-l1 current"><a class="current reference internal" href="#">VRCSDK3</a><ul> +<li class="toctree-l2"><a class="reference internal" href="ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l2"><a class="reference internal" href="ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l2"><a class="reference internal" href="ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l2"><a class="reference internal" href="ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l2"><a class="reference internal" href="ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l2"><a class="reference internal" href="ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l2"><a class="reference internal" href="VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l2"><a class="reference internal" href="VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l2"><a class="reference internal" href="VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../System/index.html">System</a></li> +<li class="toctree-l1"><a class="reference internal" href="../UnityEngine/index.html">UnityEngine</a></li> +<li class="toctree-l1"><a class="reference internal" href="../VRC/index.html">VRC</a></li> +</ul> + + + + </div> + </div> + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../../index.html">Udon</a> + + </nav> + + + + <div class="wy-nav-content"> + <div class="rst-content"> + + + + + + + + + + + + + + + + +<div role="navigation" aria-label="breadcrumbs navigation"> + + <ul class="wy-breadcrumbs"> + + <li><a href="../../index.html">Docs</a> »</li> + + <li>VRCSDK3</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../_sources/nodes/VRCSDK3/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="ComponentsTrackingData/index.html" class="btn btn-neutral float-right" title="ComponentsTrackingData" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../UdonBehaviour/index.html" class="btn btn-neutral" title="UdonBehaviour" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + <hr/> +</div> + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> + <div itemprop="articleBody"> + + <div class="section" id="vrcsdk3"> +<h1>VRCSDK3<a class="headerlink" href="#vrcsdk3" title="Permalink to this headline">¶</a></h1> +<p>The VRCSDK3 module.</p> +<div class="toctree-wrapper compound"> +<p class="caption"><span class="caption-text">Nodes:</span></p> +<ul> +<li class="toctree-l1"><a class="reference internal" href="ComponentsTrackingData/index.html">ComponentsTrackingData</a></li> +<li class="toctree-l1"><a class="reference internal" href="ComponentsVRCAvatarPedestal/index.html">ComponentsVRCAvatarPedestal</a></li> +<li class="toctree-l1"><a class="reference internal" href="ComponentsVRCMirrorReflection/index.html">ComponentsVRCMirrorReflection</a></li> +<li class="toctree-l1"><a class="reference internal" href="ComponentsVRCPickup/index.html">ComponentsVRCPickup</a></li> +<li class="toctree-l1"><a class="reference internal" href="ComponentsVRCPortalMarker/index.html">ComponentsVRCPortalMarker</a></li> +<li class="toctree-l1"><a class="reference internal" href="ComponentsVRCStation/index.html">ComponentsVRCStation</a></li> +<li class="toctree-l1"><a class="reference internal" href="VRCSDKBaseInputManager/index.html">VRCSDKBaseInputManager</a></li> +<li class="toctree-l1"><a class="reference internal" href="VRCSDKBaseNetworking/index.html">VRCSDKBaseNetworking</a></li> +<li class="toctree-l1"><a class="reference internal" href="VRCSDKBaseVRCPlayerApi/index.html">VRCSDKBaseVRCPlayerApi</a></li> +</ul> +</div> +</div> + + + </div> + <div class="articleComments"> + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + <a href="ComponentsTrackingData/index.html" class="btn btn-neutral float-right" title="ComponentsTrackingData" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../UdonBehaviour/index.html" class="btn btn-neutral" title="UdonBehaviour" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2020, VRChat. + + </p> + </div> + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. + +</footer> + + </div> + </div> + + </section> + + </div> + + + + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../', + VERSION:'1.0', + LANGUAGE:'None', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' + }; + </script> + <script type="text/javascript" src="../../_static/jquery.js"></script> + <script type="text/javascript" src="../../_static/underscore.js"></script> + <script type="text/javascript" src="../../_static/doctools.js"></script> + <script type="text/javascript" src="../../_static/language_data.js"></script> + <script type="text/javascript" src="../../_static/jquery.fancybox.min.js"></script> + + + + + + <script type="text/javascript" src="../../_static/js/theme.js"></script> + + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + <script type="text/javascript"> + $(function(){ + $('.image-reference').fancybox(); + }) + </script> + +</body> +</html>
\ No newline at end of file diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html.meta new file mode 100644 index 00000000..5a85ca8b --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/VRCSDK3/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e5080b82152fcef498a65e94be53e4ac +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: |