mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 01:43:22 +08:00
Syncing latest changes between public/private.
This commit is contained in:
parent
bfce939164
commit
9c5d209749
@ -4793,12 +4793,31 @@ the type-checker properly identifies the returned value as one.</p>
|
||||
</p>
|
||||
|
||||
<h3>Methods:</h3>
|
||||
<h5><a href="#method_ba_Plugin__on_app_launch">on_app_launch()</a>, <a href="#method_ba_Plugin__on_app_pause">on_app_pause()</a>, <a href="#method_ba_Plugin__on_app_resume">on_app_resume()</a>, <a href="#method_ba_Plugin__on_app_shutdown">on_app_shutdown()</a></h5>
|
||||
<dl>
|
||||
<dt><h4><a name="method_ba_Plugin__on_app_launch">on_app_launch()</a></dt></h4><dd>
|
||||
<p><span>on_app_launch(self) -> None</span></p>
|
||||
|
||||
<p>Called when the app is being launched.</p>
|
||||
|
||||
</dd>
|
||||
<dt><h4><a name="method_ba_Plugin__on_app_pause">on_app_pause()</a></dt></h4><dd>
|
||||
<p><span>on_app_pause(self) -> None</span></p>
|
||||
|
||||
<p>Сalled after pausing game activity.</p>
|
||||
|
||||
</dd>
|
||||
<dt><h4><a name="method_ba_Plugin__on_app_resume">on_app_resume()</a></dt></h4><dd>
|
||||
<p><span>on_app_resume(self) -> None</span></p>
|
||||
|
||||
<p>Called after the game continues.</p>
|
||||
|
||||
</dd>
|
||||
<dt><h4><a name="method_ba_Plugin__on_app_shutdown">on_app_shutdown()</a></dt></h4><dd>
|
||||
<p><span>on_app_shutdown(self) -> None</span></p>
|
||||
|
||||
<p>Called before closing the application.</p>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
@ -4813,7 +4832,7 @@ the type-checker properly identifies the returned value as one.</p>
|
||||
</p>
|
||||
|
||||
<h3>Methods:</h3>
|
||||
<h5><a href="#method_ba_PluginSubsystem____init__"><constructor></a>, <a href="#method_ba_PluginSubsystem__on_app_launch">on_app_launch()</a></h5>
|
||||
<h5><a href="#method_ba_PluginSubsystem____init__"><constructor></a>, <a href="#method_ba_PluginSubsystem__on_app_launch">on_app_launch()</a>, <a href="#method_ba_PluginSubsystem__on_app_pause">on_app_pause()</a>, <a href="#method_ba_PluginSubsystem__on_app_resume">on_app_resume()</a>, <a href="#method_ba_PluginSubsystem__on_app_shutdown">on_app_shutdown()</a></h5>
|
||||
<dl>
|
||||
<dt><h4><a name="method_ba_PluginSubsystem____init__"><constructor></a></dt></h4><dd>
|
||||
<p><span>ba.PluginSubsystem()</span></p>
|
||||
@ -4824,6 +4843,24 @@ the type-checker properly identifies the returned value as one.</p>
|
||||
|
||||
<p>Should be called at app launch time.</p>
|
||||
|
||||
</dd>
|
||||
<dt><h4><a name="method_ba_PluginSubsystem__on_app_pause">on_app_pause()</a></dt></h4><dd>
|
||||
<p><span>on_app_pause(self) -> None</span></p>
|
||||
|
||||
<p>Called when the app goes to a suspended state.</p>
|
||||
|
||||
</dd>
|
||||
<dt><h4><a name="method_ba_PluginSubsystem__on_app_resume">on_app_resume()</a></dt></h4><dd>
|
||||
<p><span>on_app_resume(self) -> None</span></p>
|
||||
|
||||
<p>Run when the app resumes from a suspended state.</p>
|
||||
|
||||
</dd>
|
||||
<dt><h4><a name="method_ba_PluginSubsystem__on_app_shutdown">on_app_shutdown()</a></dt></h4><dd>
|
||||
<p><span>on_app_shutdown(self) -> None</span></p>
|
||||
|
||||
<p>Called when the app is being closed.</p>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
<hr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user