|
The syntax of the API command that transflates the actor is as follows:
CTPluginAPI.ActorTransform( Vector2 (or Vector3),
Scale, Delay Time, Duration Time);
-
ActorTransform:
This is the API command that moves or sets the position of the actor. It is case sensitive.
-
Vector2 (or Vector3): This is the API command and is case sensitive.
Vector2 is an object that provides the
X and
Y position values while the Vector3, the X, Y
and Z.
-
Scale: This is a floating value that determine the
size of the CrazyTalk actor.
-
Delay Time: The time (float value) for starting to
move the actor after
this command is called.
-
Duration Time: This float value defines the length of time in seconds for the actor to move to the
specific position.
|