Browse Source

docs AnimationMixer methods: fix alphabetical order

Jost Schmithals 8 years ago
parent
commit
bfd02e55d5
1 changed files with 5 additions and 5 deletions
  1. 5 5
      docs/api/animation/AnimationMixer.html

+ 5 - 5
docs/api/animation/AnimationMixer.html

@@ -69,6 +69,11 @@
 			The first parameter can be either an [page:AnimationClip] object or the name of an AnimationClip.
 		</div>
 
+		<h3>[method:Object3D getRoot]()</h3>
+		<div>
+			Returns this mixer's root object.
+		</div>
+
 		<h3>[method:AnimationMixer stopAllAction]()</h3>
 		<div>
 			Deactivates all previously scheduled actions on this mixer.
@@ -81,11 +86,6 @@
 			This is usually done in the render loop, passing [page:Clock.getDelta clock.getDelta] scaled by the mixer's [page:.timeScale timeScale]).
 		</div>
 
-		<h3>[method:Object3D getRoot]()</h3>
-		<div>
-			Returns this mixer's root object.
-		</div>
-
 		<h3>[method:null uncacheClip]([page:AnimationClip clip])</h3>
 
 		<div>