This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -83,7 +83,8 @@
<h1 id="Music_SoundEffect" data-uid="Music.SoundEffect" class="text-break">Class SoundEffect
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>Represents a sound effect, including its name and associated AudioSource.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@@ -102,7 +103,8 @@
<a id="Music_SoundEffect__ctor_" data-uid="Music.SoundEffect.#ctor*"></a>
<h4 id="Music_SoundEffect__ctor_System_String_AudioSource_" data-uid="Music.SoundEffect.#ctor(System.String,AudioSource)">SoundEffect(string, AudioSource)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Music.SoundEffect.html">SoundEffect</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -121,12 +123,14 @@
<tr>
<td><span class="xref">string</span></td>
<td><span class="parametername">name</span></td>
<td></td>
<td><p>The name of the sound effect.</p>
</td>
</tr>
<tr>
<td><span class="xref">AudioSource</span></td>
<td><span class="parametername">audioSource</span></td>
<td></td>
<td><p>The AudioSource component for the sound effect.</p>
</td>
</tr>
</tbody>
</table>
@@ -135,7 +139,8 @@
<h4 id="Music_SoundEffect_audioSource" data-uid="Music.SoundEffect.audioSource">audioSource</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The AudioSource component that plays the sound effect.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -159,7 +164,8 @@
<h4 id="Music_SoundEffect_name" data-uid="Music.SoundEffect.name">name</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The name of the sound effect.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">