Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonsubin committed Mar 11, 2024
1 parent 5faa59d commit 851532f
Show file tree
Hide file tree
Showing 10 changed files with 550 additions and 338 deletions.
10 changes: 10 additions & 0 deletions api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@ <h5 class="decalaration">Declaration</h5>
</div>


<a id="CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnHide_" data-uid="CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide*"></a>
<h4 id="CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnHide" data-uid="CatchIo.Runtime.Menu.UI.Popup.BasePopup.OnHide">OnHide()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void OnHide()</code></pre>
</div>


<a id="CatchIo_Runtime_Menu_UI_Popup_BasePopup_Show_" data-uid="CatchIo.Runtime.Menu.UI.Popup.BasePopup.Show*"></a>
<h4 id="CatchIo_Runtime_Menu_UI_Popup_BasePopup_Show" data-uid="CatchIo.Runtime.Menu.UI.Popup.BasePopup.Show">Show()</h4>
<div class="markdown level1 summary"></div>
Expand Down
3 changes: 3 additions & 0 deletions api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_InstantHide">BasePopup.InstantHide()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnHide">BasePopup.OnHide()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.html">CatchIo.Runtime.Menu.UI.Popup</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
Expand Down
3 changes: 3 additions & 0 deletions api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_InstantHide">BasePopup.InstantHide()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnHide">BasePopup.OnHide()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.html">CatchIo.Runtime.Menu.UI.Popup</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
Expand Down
12 changes: 12 additions & 0 deletions api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ <h5 class="overrides">Overrides</h5>
<div><a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnDestroy">BasePopup.OnDestroy()</a></div>


<a id="CatchIo_Runtime_Menu_UI_Popup_SettingsPopup_OnHide_" data-uid="CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide*"></a>
<h4 id="CatchIo_Runtime_Menu_UI_Popup_SettingsPopup_OnHide" data-uid="CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.OnHide">OnHide()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected override void OnHide()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="CatchIo.Runtime.Menu.UI.Popup.BasePopup.html#CatchIo_Runtime_Menu_UI_Popup_BasePopup_OnHide">BasePopup.OnHide()</a></div>


<a id="CatchIo_Runtime_Menu_UI_Popup_SettingsPopup_Show_" data-uid="CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.Show*"></a>
<h4 id="CatchIo_Runtime_Menu_UI_Popup_SettingsPopup_Show" data-uid="CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.Show">Show()</h4>
<div class="markdown level1 summary"></div>
Expand Down
81 changes: 81 additions & 0 deletions api/CatchIo.Runtime.Sound.MainMusic.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,87 @@ <h5 id="CatchIo_Runtime_Sound_MainMusic_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MainMusic : MonoBehaviour</code></pre>
</div>
<h3 id="properties">Properties
</h3>


<a id="CatchIo_Runtime_Sound_MainMusic_CurrentVolume_" data-uid="CatchIo.Runtime.Sound.MainMusic.CurrentVolume*"></a>
<h4 id="CatchIo_Runtime_Sound_MainMusic_CurrentVolume" data-uid="CatchIo.Runtime.Sound.MainMusic.CurrentVolume">CurrentVolume</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float CurrentVolume { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">Single</a></td>
<td></td>
</tr>
</tbody>
</table>


<a id="CatchIo_Runtime_Sound_MainMusic_Instance_" data-uid="CatchIo.Runtime.Sound.MainMusic.Instance*"></a>
<h4 id="CatchIo_Runtime_Sound_MainMusic_Instance" data-uid="CatchIo.Runtime.Sound.MainMusic.Instance">Instance</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static MainMusic Instance { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="CatchIo.Runtime.Sound.MainMusic.html">MainMusic</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>


<a id="CatchIo_Runtime_Sound_MainMusic_ChangeCurrentTrackVolume_" data-uid="CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume*"></a>
<h4 id="CatchIo_Runtime_Sound_MainMusic_ChangeCurrentTrackVolume_System_Single_" data-uid="CatchIo.Runtime.Sound.MainMusic.ChangeCurrentTrackVolume(System.Single)">ChangeCurrentTrackVolume(Single)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ChangeCurrentTrackVolume(float volume)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">Single</a></td>
<td><span class="parametername">volume</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>

Expand Down
25 changes: 25 additions & 0 deletions api/CatchIo.Runtime.Sound.SoundManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,31 @@ <h3 id="properties">Properties
</h3>


<a id="CatchIo_Runtime_Sound_SoundManager_CurrentSfxVolume_" data-uid="CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume*"></a>
<h4 id="CatchIo_Runtime_Sound_SoundManager_CurrentSfxVolume" data-uid="CatchIo.Runtime.Sound.SoundManager.CurrentSfxVolume">CurrentSfxVolume</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public float CurrentSfxVolume { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">Single</a></td>
<td></td>
</tr>
</tbody>
</table>


<a id="CatchIo_Runtime_Sound_SoundManager_Instance_" data-uid="CatchIo.Runtime.Sound.SoundManager.Instance*"></a>
<h4 id="CatchIo_Runtime_Sound_SoundManager_Instance" data-uid="CatchIo.Runtime.Sound.SoundManager.Instance">Instance</h4>
<div class="markdown level1 summary"></div>
Expand Down
Loading

0 comments on commit 851532f

Please sign in to comment.