|
@@ -60,7 +60,7 @@
|
|
|
<a class="nav-link" href="../../../documentation.html">Getting Started</a>
|
|
|
</li>
|
|
|
<li class="nav-item" data-depth="1">
|
|
|
- <a class="nav-link" href="https://javadoc.jmonkeyengine.org/v3.3.2-stable">JavaDoc</a>
|
|
|
+ <a class="nav-link" href="https://javadoc.jmonkeyengine.org/v3.4.1-stable">JavaDoc</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</li>
|
|
@@ -1343,7 +1343,7 @@ stateDetached(asm)</p>
|
|
|
<h2 id="baseappstate"><a class="anchor" href="#baseappstate"></a>BaseAppState</h2>
|
|
|
<div class="sectionbody">
|
|
|
<div class="paragraph">
|
|
|
-<p>A new <a href="https://javadoc.jmonkeyengine.org/v3.3.2-stable/com/jme3/app/state/BaseAppState.html">BaseAppState</a> class was introduced as part of the <a href="https://hub.jmonkeyengine.org/t/jmonkeyengine-3-1-alpha-4-released/35478">updates</a> being made to the AppState interface. AbstractAppState is the most minimal of the minimal implementations of the AppState interface. You essentially still need to do everything yourself, including getting the funky enable/disable/initialized/terminate logic right. Now you just extend BaseAppState and you get onEnable() and onDisable() already worked out for you.</p>
|
|
|
+<p>A new <a href="https://javadoc.jmonkeyengine.org/v3.4.1-stable/com/jme3/app/state/BaseAppState.html">BaseAppState</a> class was introduced as part of the <a href="https://hub.jmonkeyengine.org/t/jmonkeyengine-3-1-alpha-4-released/35478">updates</a> being made to the AppState interface. AbstractAppState is the most minimal of the minimal implementations of the AppState interface. You essentially still need to do everything yourself, including getting the funky enable/disable/initialized/terminate logic right. Now you just extend BaseAppState and you get onEnable() and onDisable() already worked out for you.</p>
|
|
|
</div>
|
|
|
<div class="paragraph">
|
|
|
<p>Definition:</p>
|
|
@@ -1417,7 +1417,7 @@ stateDetached(asm)</p>
|
|
|
<p>You use BaseAppState as you would AbstractAppState, other than mentioned above, and which one you use is entirely up to you. However, BaseAppState makes your life easier and is the recommended one to use now.</p>
|
|
|
</div>
|
|
|
<div class="paragraph">
|
|
|
-<p>See <a href="https://javadoc.jmonkeyengine.org/v3.3.2-stable/com/jme3/app/state/BaseAppState.html">BaseAppState</a> for more information.</p>
|
|
|
+<p>See <a href="https://javadoc.jmonkeyengine.org/v3.4.1-stable/com/jme3/app/state/BaseAppState.html">BaseAppState</a> for more information.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|