C# Class CinemaDirector.StopCutscene

Inheritance: CinemaDirector.CinemaGlobalEvent
Show file Open project: whisperlin/utils

Public Properties

Property Type Description
cutscene CinemaDirector.Cutscene

Public Methods

Method Description
Trigger ( ) : void

Trigger this event and stop the given Cutscene from playing.

Method Details

Trigger() public method

Trigger this event and stop the given Cutscene from playing.
public Trigger ( ) : void
return void

Property Details

cutscene public property

public Cutscene,CinemaDirector cutscene
return CinemaDirector.Cutscene