Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CutsceneScripts
C# Class CutsceneScripts, Asylum
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: jump4r/Asylum
Class Usage Examples
Public Properties
Property
Type
Description
cs_active
bool
Public Methods
Method
Description
Awake
( ) :
void
EndCutscene
( ) :
void
StartCutscene
(
int
cutscene_id
) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
EndCutscene()
public
method
public
EndCutscene
( ) :
void
return
void
StartCutscene()
public
method
public
StartCutscene
(
int
cutscene_id
) :
void
cutscene_id
int
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
cs_active
public_oe property
public
bool
cs_active
return
bool