|
The syntax of the API command that fades the actor is as follows:
CTPluginAPI.ShowActor( Boolean,
Delay Time, Duration Time);
-
ShowActor: This is the API command that shows
and hides the actor. It is case sensitive.
-
Boolean: This is a Boolean value. Set it to True to show the actor, or to
False to hide it.
-
Delay Time: The time (in floating type) for the scene to start to show or hide the actor after
this command is called.
-
Duration Time: This value is in float type to define
the length of time in second for the actor to fade in or out.
|