Bugfixes
This commit is contained in:
@@ -83,7 +83,9 @@
|
||||
|
||||
<h1 id="Game_LeaderboardManager" data-uid="Game.LeaderboardManager" class="text-break">Class LeaderboardManager
|
||||
</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 summary"><p>This class manages the leaderboard, including initializing player icons,
|
||||
updating player positions, and displaying hold times.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
@@ -102,7 +104,8 @@
|
||||
|
||||
<a id="Game_LeaderboardManager_Instance_" data-uid="Game.LeaderboardManager.Instance*"></a>
|
||||
<h4 id="Game_LeaderboardManager_Instance" data-uid="Game.LeaderboardManager.Instance">Instance</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>A single instance of this class that can be accessed from anywhere.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="declaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
@@ -129,7 +132,9 @@
|
||||
|
||||
<a id="Game_LeaderboardManager_UpdateLeaderboard_" data-uid="Game.LeaderboardManager.UpdateLeaderboard*"></a>
|
||||
<h4 id="Game_LeaderboardManager_UpdateLeaderboard" data-uid="Game.LeaderboardManager.UpdateLeaderboard">UpdateLeaderboard()</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Updates the leaderboard by sorting players based on their hold times
|
||||
and adjusting their positions.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="declaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
@@ -139,7 +144,8 @@
|
||||
|
||||
<a id="Game_LeaderboardManager_UpdatePlayerHoldTimeText_" data-uid="Game.LeaderboardManager.UpdatePlayerHoldTimeText*"></a>
|
||||
<h4 id="Game_LeaderboardManager_UpdatePlayerHoldTimeText_GameObject_System_Single_" data-uid="Game.LeaderboardManager.UpdatePlayerHoldTimeText(GameObject,System.Single)">UpdatePlayerHoldTimeText(GameObject, float)</h4>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Updates the hold time text for a specific player on the leaderboard.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="declaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
@@ -158,12 +164,14 @@
|
||||
<tr>
|
||||
<td><span class="xref">GameObject</span></td>
|
||||
<td><span class="parametername">player</span></td>
|
||||
<td></td>
|
||||
<td><p>The player whose hold time is being updated.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">float</span></td>
|
||||
<td><span class="parametername">holdTime</span></td>
|
||||
<td></td>
|
||||
<td><p>The new hold time to display.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user