Updated docs
This commit is contained in:
37
doc/files/startactortransition.html
Normal file
37
doc/files/startactortransition.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>StartActorTransition [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub StartActorTransition( actor, frame, transition_time ) </h2></p>
|
||||
<p>
|
||||
Starts an actor transition from its current frame in an animation to a specified frame
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
frame - The frame to transition to
|
||||
</li>
|
||||
<li>
|
||||
transition_time - The amount of time to transition
|
||||
<ul>
|
||||
<li>
|
||||
The shorter the time is, the faster the transition will be
|
||||
</li>
|
||||
<li>
|
||||
Time is in seconds
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="stopactortransition.html">StopActorTransition</a>
|
||||
<a href="actorisintransition.html">ActorIsInTransition</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user