C# Class CutsceneScripts, Asylum

Inheritance: MonoBehaviour
Afficher le fichier Open project: jump4r/Asylum Class Usage Examples

Méthodes publiques

Свойство Type Description
cs_active bool

Méthodes publiques

Méthode Description
Awake ( ) : void
EndCutscene ( ) : void
StartCutscene ( int cutscene_id ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

EndCutscene() public méthode

public EndCutscene ( ) : void
Résultat void

StartCutscene() public méthode

public StartCutscene ( int cutscene_id ) : void
cutscene_id int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

cs_active public_oe property

public bool cs_active
Résultat bool