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/System/Byte | |
| download | unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.gz unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.bz2 unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.zip | |
move to self host
Diffstat (limited to 'VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte')
| -rw-r--r-- | VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html | 595 | ||||
| -rw-r--r-- | VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html.meta | 7 |
2 files changed, 602 insertions, 0 deletions
diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html new file mode 100644 index 00000000..5b8889ce --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html @@ -0,0 +1,595 @@ + + + +<!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>Byte — 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="System" href="../index.html"/> + <link rel="next" title="Char" href="../Char/index.html"/> + <link rel="prev" title="Boolean" href="../Boolean/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"><a class="reference internal" href="../../VRCSDK3/index.html">VRCSDK3</a></li> +<li class="toctree-l1 current"><a class="reference internal" href="../index.html">System</a><ul class="current"> +<li class="toctree-l2"><a class="reference internal" href="../Boolean/index.html">Boolean</a></li> +<li class="toctree-l2 current"><a class="current reference internal" href="#">Byte</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#op-addition">op_Addition</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-compareto">byte CompareTo</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-division">op_Division</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="#byte-equals">byte Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-get-maxvalue">byte get_MaxValue</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-get-minvalue">byte get_MinValue</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-gethashcode">byte GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-gettype">byte GetType</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-greaterthan">op_GreaterThan</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-greaterthanorequal">op_GreaterThanOrEqual</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="#op-leftshift">op_LeftShift</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-lessthan">op_LessThan</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-lessthanorequal">op_LessThanOrEqual</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-logicaland">op_LogicalAnd</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-logicalor">op_LogicalOr</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-logicalxor">op_LogicalXor</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-multiplication">op_Multiplication</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-parse">byte Parse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-rightshift">op_RightShift</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-subtraction">op_Subtraction</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-tostring">byte ToString</a></li> +<li class="toctree-l3"><a class="reference internal" href="#byte-tryparse">byte TryParse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-unaryminus">op_UnaryMinus</a></li> +<li class="toctree-l3"><a class="reference internal" href="#id9">byte</a></li> +<li class="toctree-l3"><a class="reference internal" href="#id11">byte</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../Char/index.html">Char</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Convert/index.html">Convert</a></li> +<li class="toctree-l2"><a class="reference internal" href="../DateTime/index.html">DateTime</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Double/index.html">Double</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Int16/index.html">Int16</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Int/index.html">Int</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Int64/index.html">Int64</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Object/index.html">Object</a></li> +<li class="toctree-l2"><a class="reference internal" href="../SByte/index.html">SByte</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Float/index.html">Float</a></li> +<li class="toctree-l2"><a class="reference internal" href="../String/index.html">String</a></li> +<li class="toctree-l2"><a class="reference internal" href="../TimeZoneInfo/index.html">TimeZoneInfo</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Type/index.html">Type</a></li> +<li class="toctree-l2"><a class="reference internal" href="../UInt16/index.html">UInt16</a></li> +<li class="toctree-l2"><a class="reference internal" href="../Uint/index.html">Uint</a></li> +<li class="toctree-l2"><a class="reference internal" href="../UInt64/index.html">UInt64</a></li> +</ul> +</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">System</a> »</li> + + <li>Byte</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/System/Byte/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../Char/index.html" class="btn btn-neutral float-right" title="Char" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../Boolean/index.html" class="btn btn-neutral" title="Boolean" 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="byte"> +<h1>Byte<a class="headerlink" href="#byte" title="Permalink to this headline">¶</a></h1> +<p>The Byte module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="op-addition"> +<h2>op_Addition<a class="headerlink" href="#op-addition" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_Addition__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_Addition__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_Addition__SystemByte_SystemByte__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="byte-compareto"> +<h2>byte CompareTo<a class="headerlink" href="#byte-compareto" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__CompareTo__SystemObject__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__CompareTo__SystemObject__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte instanceSystem.Object value</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__CompareTo__SystemObject__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> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte.CompareTo?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="op-division"> +<h2>op_Division<a class="headerlink" href="#op-division" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_Division__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_Division__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_Division__SystemByte_SystemByte__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="op-equality"> +<h2>op_Equality<a class="headerlink" href="#op-equality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_Equality__SystemByte_SystemByte__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_Equality__SystemByte_SystemByte__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_Equality__SystemByte_SystemByte__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="byte-equals"> +<h2>byte Equals<a class="headerlink" href="#byte-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Byte instanceSystem.Object obj</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__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> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.equals?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="byte-get-maxvalue"> +<h2>byte get_MaxValue<a class="headerlink" href="#byte-get-maxvalue" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__get_MaxValue__SystemByte"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__get_MaxValue__SystemByte</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__get_MaxValue__SystemByte" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Byte</span></code>)</p> +<p>flow: none</p> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte.MaxValue?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="byte-get-minvalue"> +<h2>byte get_MinValue<a class="headerlink" href="#byte-get-minvalue" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__get_MinValue__SystemByte"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__get_MinValue__SystemByte</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__get_MinValue__SystemByte" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Byte</span></code>)</p> +<p>flow: none</p> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte.MinValue?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="byte-gethashcode"> +<h2>byte GetHashCode<a class="headerlink" href="#byte-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte instance</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__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> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte.GetHashCode?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="byte-gettype"> +<h2>byte GetType<a class="headerlink" href="#byte-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__GetType__SystemType"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">System.Byte instance</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__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> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="op-greaterthan"> +<h2>op_GreaterThan<a class="headerlink" href="#op-greaterthan" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_GreaterThan__SystemByte_SystemByte__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_GreaterThan__SystemByte_SystemByte__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_GreaterThan__SystemByte_SystemByte__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-greaterthanorequal"> +<h2>op_GreaterThanOrEqual<a class="headerlink" href="#op-greaterthanorequal" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_GreaterThanOrEqual__SystemByte_SystemByte__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_GreaterThanOrEqual__SystemByte_SystemByte__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_GreaterThanOrEqual__SystemByte_SystemByte__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="SystemByte.__op_Inequality__SystemByte_SystemByte__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_Inequality__SystemByte_SystemByte__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_Inequality__SystemByte_SystemByte__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-leftshift"> +<h2>op_LeftShift<a class="headerlink" href="#op-leftshift" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_LeftShift__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_LeftShift__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_LeftShift__SystemByte_SystemByte__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="op-lessthan"> +<h2>op_LessThan<a class="headerlink" href="#op-lessthan" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_LessThan__SystemByte_SystemByte__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_LessThan__SystemByte_SystemByte__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_LessThan__SystemByte_SystemByte__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-lessthanorequal"> +<h2>op_LessThanOrEqual<a class="headerlink" href="#op-lessthanorequal" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_LessThanOrEqual__SystemByte_SystemByte__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_LessThanOrEqual__SystemByte_SystemByte__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_LessThanOrEqual__SystemByte_SystemByte__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-logicaland"> +<h2>op_LogicalAnd<a class="headerlink" href="#op-logicaland" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_LogicalAnd__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_LogicalAnd__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_LogicalAnd__SystemByte_SystemByte__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="op-logicalor"> +<h2>op_LogicalOr<a class="headerlink" href="#op-logicalor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_LogicalOr__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_LogicalOr__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_LogicalOr__SystemByte_SystemByte__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="op-logicalxor"> +<h2>op_LogicalXor<a class="headerlink" href="#op-logicalxor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_LogicalXor__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_LogicalXor__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_LogicalXor__SystemByte_SystemByte__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="op-multiplication"> +<h2>op_Multiplication<a class="headerlink" href="#op-multiplication" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_Multiplication__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_Multiplication__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_Multiplication__SystemByte_SystemByte__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="byte-parse"> +<h2>byte Parse<a class="headerlink" href="#byte-parse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__Parse__SystemString__SystemByte"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__Parse__SystemString__SystemByte</code><span class="sig-paren">(</span><em class="sig-param">System.String s</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__Parse__SystemString__SystemByte" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Byte</span></code>)</p> +<p>flow: none</p> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte.Parse?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="op-rightshift"> +<h2>op_RightShift<a class="headerlink" href="#op-rightshift" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_RightShift__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_RightShift__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_RightShift__SystemByte_SystemByte__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="op-subtraction"> +<h2>op_Subtraction<a class="headerlink" href="#op-subtraction" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_Subtraction__SystemByte_SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_Subtraction__SystemByte_SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_Subtraction__SystemByte_SystemByte__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="byte-tostring"> +<h2>byte ToString<a class="headerlink" href="#byte-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__ToString__SystemString"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">System.Byte instance</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__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> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte.ToString?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="byte-tryparse"> +<h2>byte TryParse<a class="headerlink" href="#byte-tryparse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemByteRef__SystemBoolean"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemByteRef__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.String sSystem.Globalization.NumberStyles styleSystem.IFormatProvider provider</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemByteRef__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: result (<code class="docutils literal notranslate"><span class="pre">Byte</span></code>), unnamed (<code class="docutils literal notranslate"><span class="pre">Boolean</span></code>)</p> +<p>flow inputs: unnamed</p> +<p>flow outputs: unnamed</p> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte.TryParse?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="op-unaryminus"> +<h2>op_UnaryMinus<a class="headerlink" href="#op-unaryminus" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemByte.__op_UnaryMinus__SystemByte__SystemInt32"> +<code class="sig-prename descclassname">SystemByte.</code><code class="sig-name descname">__op_UnaryMinus__SystemByte__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemByte.__op_UnaryMinus__SystemByte__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="id9"> +<h2>byte<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Const_SystemByte"> +<code class="sig-name descname">Const_SystemByte</code><span class="sig-paren">(</span><em class="sig-param">System.Byte Byte</em><span class="sig-paren">)</span><a class="headerlink" href="#Const_SystemByte" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: unnamed (<code class="docutils literal notranslate"><span class="pre">Byte</span></code>)</p> +<p>flow: none</p> +<p><a class="reference external" href="https://docs.microsoft.com/en-us/dotnet/api/system.Byte?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="id11"> +<h2>byte<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_SystemByte"> +<code class="sig-name descname">Variable_SystemByte</code><span class="sig-paren">(</span><em class="sig-param">System.Byte ByteSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_SystemByte" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: none</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="../Char/index.html" class="btn btn-neutral float-right" title="Char" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../Boolean/index.html" class="btn btn-neutral" title="Boolean" 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/System/Byte/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html.meta new file mode 100644 index 00000000..4610eb9f --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Byte/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 66328d9586add9647a61b7481d5181ac +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: |