C# Class StoryScript, ProjetUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: MartinsDavid/ProjetUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
level string
speed int
story GameObject
title GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
LoadLevel ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

level public_oe property

public string level
Résultat string

speed public_oe property

public int speed
Résultat int

story public_oe property

public GameObject story
Résultat GameObject

title public_oe property

public GameObject title
Résultat GameObject