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/Boolean | |
| 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/Boolean')
| -rw-r--r-- | VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html | 518 | ||||
| -rw-r--r-- | VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html.meta | 7 |
2 files changed, 525 insertions, 0 deletions
diff --git a/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html new file mode 100644 index 00000000..6c03f8ee --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html @@ -0,0 +1,518 @@ + + + +<!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>Boolean — 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="Byte" href="../Byte/index.html"/> + <link rel="prev" title="System" 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"><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 current"><a class="current reference internal" href="#">Boolean</a><ul> +<li class="toctree-l3"><a class="reference internal" href="#bool-compareto">bool CompareTo</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-conditionaland">op_ConditionalAnd</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-conditionalor">op_ConditionalOr</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-conditionalxor">op_ConditionalXor</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="#bool-equals">bool Equals</a></li> +<li class="toctree-l3"><a class="reference internal" href="#bool-get-falsestring">bool get_FalseString</a></li> +<li class="toctree-l3"><a class="reference internal" href="#bool-get-truestring">bool get_TrueString</a></li> +<li class="toctree-l3"><a class="reference internal" href="#bool-gethashcode">bool GetHashCode</a></li> +<li class="toctree-l3"><a class="reference internal" href="#bool-gettype">bool GetType</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-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="#bool-parse">bool Parse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#bool-tostring">bool ToString</a></li> +<li class="toctree-l3"><a class="reference internal" href="#bool-tryparse">bool TryParse</a></li> +<li class="toctree-l3"><a class="reference internal" href="#op-unarynegation">op_UnaryNegation</a></li> +<li class="toctree-l3"><a class="reference internal" href="#bool">bool</a></li> +<li class="toctree-l3"><a class="reference internal" href="#id10">bool</a></li> +</ul> +</li> +<li class="toctree-l2"><a class="reference internal" href="../Byte/index.html">Byte</a></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>Boolean</li> + + + <li class="wy-breadcrumbs-aside"> + + + <a href="../../../_sources/nodes/System/Boolean/index.rst.txt" rel="nofollow"> View page source</a> + + + </li> + + </ul> + + + <div class="rst-breadcrumbs-buttons" role="navigation" aria-label="breadcrumb navigation"> + + <a href="../Byte/index.html" class="btn btn-neutral float-right" title="Byte" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../index.html" class="btn btn-neutral" title="System" 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="boolean"> +<h1>Boolean<a class="headerlink" href="#boolean" title="Permalink to this headline">¶</a></h1> +<p>The Boolean module.</p> +<div class="toctree-wrapper compound"> +</div> +<div class="section" id="bool-compareto"> +<h2>bool CompareTo<a class="headerlink" href="#bool-compareto" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__CompareTo__SystemObject__SystemInt32"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__CompareTo__SystemObject__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean instanceSystem.Object obj</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__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.Boolean.CompareTo?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="op-conditionaland"> +<h2>op_ConditionalAnd<a class="headerlink" href="#op-conditionaland" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__op_ConditionalAnd__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_ConditionalAnd__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_ConditionalAnd__SystemBoolean_SystemBoolean__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-conditionalor"> +<h2>op_ConditionalOr<a class="headerlink" href="#op-conditionalor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__op_ConditionalOr__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_ConditionalOr__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_ConditionalOr__SystemBoolean_SystemBoolean__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-conditionalxor"> +<h2>op_ConditionalXor<a class="headerlink" href="#op-conditionalxor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__op_ConditionalXor__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_ConditionalXor__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_ConditionalXor__SystemBoolean_SystemBoolean__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-equality"> +<h2>op_Equality<a class="headerlink" href="#op-equality" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__op_Equality__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_Equality__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_Equality__SystemBoolean_SystemBoolean__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="bool-equals"> +<h2>bool Equals<a class="headerlink" href="#bool-equals" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__Equals__SystemObject__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__Equals__SystemObject__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean instanceSystem.Object obj</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__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="bool-get-falsestring"> +<h2>bool get_FalseString<a class="headerlink" href="#bool-get-falsestring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__get_FalseString__SystemString"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__get_FalseString__SystemString</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__get_FalseString__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.Boolean.FalseString?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="bool-get-truestring"> +<h2>bool get_TrueString<a class="headerlink" href="#bool-get-truestring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__get_TrueString__SystemString"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__get_TrueString__SystemString</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__get_TrueString__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.Boolean.TrueString?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="bool-gethashcode"> +<h2>bool GetHashCode<a class="headerlink" href="#bool-gethashcode" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__GetHashCode__SystemInt32"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__GetHashCode__SystemInt32</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean instance</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__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.Boolean.GetHashCode?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="bool-gettype"> +<h2>bool GetType<a class="headerlink" href="#bool-gettype" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__GetType__SystemType"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__GetType__SystemType</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean instance</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__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.Boolean?view=netframework-4.8">C# Documentation</a></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="SystemBoolean.__op_Inequality__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_Inequality__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_Inequality__SystemBoolean_SystemBoolean__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="SystemBoolean.__op_LogicalAnd__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_LogicalAnd__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_LogicalAnd__SystemBoolean_SystemBoolean__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-logicalor"> +<h2>op_LogicalOr<a class="headerlink" href="#op-logicalor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__op_LogicalOr__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_LogicalOr__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_LogicalOr__SystemBoolean_SystemBoolean__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-logicalxor"> +<h2>op_LogicalXor<a class="headerlink" href="#op-logicalxor" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__op_LogicalXor__SystemBoolean_SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_LogicalXor__SystemBoolean_SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_LogicalXor__SystemBoolean_SystemBoolean__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="bool-parse"> +<h2>bool Parse<a class="headerlink" href="#bool-parse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__Parse__SystemString__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__Parse__SystemString__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.String value</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__Parse__SystemString__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.Boolean.Parse?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="bool-tostring"> +<h2>bool ToString<a class="headerlink" href="#bool-tostring" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__ToString__SystemString"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__ToString__SystemString</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean instance</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__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.Boolean.ToString?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="bool-tryparse"> +<h2>bool TryParse<a class="headerlink" href="#bool-tryparse" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__TryParse__SystemString_SystemBooleanRef__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__TryParse__SystemString_SystemBooleanRef__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.String value</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__TryParse__SystemString_SystemBooleanRef__SystemBoolean" title="Permalink to this definition">¶</a></dt> +<dd></dd></dl> + +<p>outputs: result (<code class="docutils literal notranslate"><span class="pre">Boolean</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.Boolean.TryParse?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="op-unarynegation"> +<h2>op_UnaryNegation<a class="headerlink" href="#op-unarynegation" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="SystemBoolean.__op_UnaryNegation__SystemBoolean__SystemBoolean"> +<code class="sig-prename descclassname">SystemBoolean.</code><code class="sig-name descname">__op_UnaryNegation__SystemBoolean__SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#SystemBoolean.__op_UnaryNegation__SystemBoolean__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="bool"> +<h2>bool<a class="headerlink" href="#bool" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Const_SystemBoolean"> +<code class="sig-name descname">Const_SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean Boolean</em><span class="sig-paren">)</span><a class="headerlink" href="#Const_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.Boolean?view=netframework-4.8">C# Documentation</a></p> +</div> +<div class="section" id="id10"> +<h2>bool<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2> +<dl class="function"> +<dt id="Variable_SystemBoolean"> +<code class="sig-name descname">Variable_SystemBoolean</code><span class="sig-paren">(</span><em class="sig-param">System.Boolean BooleanSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode</em><span class="sig-paren">)</span><a class="headerlink" href="#Variable_SystemBoolean" 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="../Byte/index.html" class="btn btn-neutral float-right" title="Byte" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> + + + <a href="../index.html" class="btn btn-neutral" title="System" 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/Boolean/index.html.meta b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html.meta new file mode 100644 index 00000000..eec83548 --- /dev/null +++ b/VRCSDK3Worlds/Assets/Udon/ReferenceDocs/nodes/System/Boolean/index.html.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0db02bf3a3ddce447b49a98d41a57756 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: |