37 lines
835 B
HTML
37 lines
835 B
HTML
<!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> |