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,9 @@
<h1 id="Player_AnimationPlayer" data-uid="Player.AnimationPlayer" class="text-break">Class AnimationPlayer
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>This class manages the player's animations, including setting animation states,
handling directional changes, and triggering specific animations like punching.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@@ -101,7 +103,8 @@
<h4 id="Player_AnimationPlayer_backwards" data-uid="Player.AnimationPlayer.backwards">backwards</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Indicates whether the player is facing backwards.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -125,7 +128,8 @@
<h4 id="Player_AnimationPlayer_block" data-uid="Player.AnimationPlayer.block">block</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Indicates whether the player is currently blocking.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -149,7 +153,8 @@
<h4 id="Player_AnimationPlayer_clip" data-uid="Player.AnimationPlayer.clip">clip</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The animation clip to play when the script starts.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -173,7 +178,8 @@
<h4 id="Player_AnimationPlayer_state" data-uid="Player.AnimationPlayer.state">state</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The current animation state of the player.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -200,7 +206,8 @@
<a id="Player_AnimationPlayer_Punch_" data-uid="Player.AnimationPlayer.Punch*"></a>
<h4 id="Player_AnimationPlayer_Punch" data-uid="Player.AnimationPlayer.Punch">Punch()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Triggers the punch animation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -210,7 +217,8 @@
<a id="Player_AnimationPlayer_SetState_" data-uid="Player.AnimationPlayer.SetState*"></a>
<h4 id="Player_AnimationPlayer_SetState_Player_AnimationPlayer_AnimationState_" data-uid="Player.AnimationPlayer.SetState(Player.AnimationPlayer.AnimationState)">SetState(AnimationState)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Sets the player's animation state.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -229,7 +237,8 @@
<tr>
<td><a class="xref" href="Player.AnimationPlayer.html">AnimationPlayer</a>.<a class="xref" href="Player.AnimationPlayer.AnimationState.html">AnimationState</a></td>
<td><span class="parametername">state</span></td>
<td></td>
<td><p>The new animation state to set.</p>
</td>
</tr>
</tbody>
</table>