C# Class endActionActivation, PGP2

Inheritance: MonoBehaviour
Mostra file Open project: theiis/PGP2

Public Properties

Property Type Description
gravitation bool
sceneToGoTo int

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void
goToNextScene ( ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

goToNextScene() public method

public goToNextScene ( ) : void
return void

Property Details

gravitation public_oe property

public bool gravitation
return bool

sceneToGoTo public_oe property

public int sceneToGoTo
return int