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
StoryScript
C# Class StoryScript, ProjetUnity
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: MartinsDavid/ProjetUnity
Class Usage Examples
Public Properties
Property
Type
Description
level
string
speed
int
story
GameObject
title
GameObject
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
LoadLevel
( ) :
IEnumerator
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
level
public_oe property
public
string
level
return
string
speed
public_oe property
public
int
speed
return
int
story
public_oe property
public
GameObject
story
return
GameObject
title
public_oe property
public
GameObject
title
return
GameObject