![]() |
Liberi
An exergame built for kids with CP!
|
A class to start cutscenes by taking control of the camera and returning it to the player when the cutscene stops. Does not affect logic running in the scene. You may want to restrict player and enemy movement during a cutscene. More...
Inherits MonoBehaviour.
Public Member Functions | |
void | StartCutscene (Vector3 focus) |
void | StopCutscene () |
Properties | |
static CutsceneManager | Instance [get] |
bool | IsInCutscene [get] |
Events | |
CutsceneStartedHandler | CutsceneStarted |
CutsceneFinishedHandler | CutsceneFinished |
A class to start cutscenes by taking control of the camera and returning it to the player when the cutscene stops. Does not affect logic running in the scene. You may want to restrict player and enemy movement during a cutscene.
Definition at line 14 of file CutsceneManager.cs.