C# Class CambioEscena, 3DGameCoursera

Inheritance: MonoBehaviour
Exibir arquivo Open project: pfiguero/3DGameCoursera Class Usage Examples

Public Properties

Property Type Description
nombreEscena string

Public Methods

Method Description
Cambiar ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Cambiar() public method

public Cambiar ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

nombreEscena public_oe property

public string nombreEscena
return string