PlayableDirector
More information can be found in the Unity API Reference
Constructors
Constructor |
Description |
---|---|
Members
Member |
Description |
---|---|
Events
Event |
Description |
---|---|
Methods
Method |
Description |
---|---|
Details
-
class PlayableDirector
-
PlayableDirector PlayableDirector()
-
const double duration
-
double initialTime
-
bool playOnAwake
-
double time
-
const ScriptEvent paused
Callback Signature:
-
void callback()
-
void callback()
-
const ScriptEvent played
Callback Signature:
-
void callback()
-
void callback()
-
const ScriptEvent stopped
Callback Signature:
-
void callback()
-
void callback()
-
void DeferredEvaluate()
-
void Evaluate()
-
void Pause()
-
void Play()
-
void RebindPlayableGraphOutputs()
-
void RebuildGraph()
-
void Resume()
-
void Stop()
-
string ToString()
-
PlayableDirector PlayableDirector()