Liberi
An exergame built for kids with CP!
CutsceneManager Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: