C# Class CambioEscena, 3DGameCoursera

Inheritance: MonoBehaviour
Afficher le fichier Open project: pfiguero/3DGameCoursera Class Usage Examples

Méthodes publiques

Свойство Type Description
nombreEscena string

Méthodes publiques

Méthode Description
Cambiar ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Cambiar() public méthode

public Cambiar ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

nombreEscena public_oe property

public string nombreEscena
Résultat string