瀏覽代碼

Docs AnimationAction.isRunning clarification

Jost Schmithals 8 年之前
父節點
當前提交
c7d519c3c8
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      docs/api/animation/AnimationAction.html

+ 6 - 4
docs/api/animation/AnimationAction.html

@@ -219,13 +219,15 @@
 
 
 		<h3>[method:Boolean isRunning]()</h3>
 		<h3>[method:Boolean isRunning]()</h3>
 		<div>
 		<div>
-			Returns true if this action is activated in the mixer and currently playing (as opposed to
-			[page:.isScheduled isScheduled]).<br /><br />
+			Returns true if the action’s [page:.time time] is currently running.<br /><br />
 
 
-			In addition to being activated in the mixer the following conditions must be fulfilled:
+			In addition to being activated in the mixer (see [page:.isScheduled isScheduled]) the following conditions must be fulfilled:
 			[page:.paused paused] is equal to false, [page:.enabled enabled] is equal to true,
 			[page:.paused paused] is equal to false, [page:.enabled enabled] is equal to true,
 			[page:.timeScale timeScale] is different from 0, and there is no scheduling for a delayed start
 			[page:.timeScale timeScale] is different from 0, and there is no scheduling for a delayed start
-			([page:.startAt startAt]).
+			([page:.startAt startAt]).<br /><br />
+
+			Note: *isRunning* being true doesn’t necessarily mean that the animation can actually be seen.
+			This is only the case, if [page:.weight weight] is additionally set to a non-zero value.
 		</div>
 		</div>
 
 
 		<h3>[method:Boolean isScheduled]()</h3>
 		<h3>[method:Boolean isScheduled]()</h3>