C# Class Edgar.Unity.Examples.Example1.Example1Exit

Example implementation of an exit is activated by pressing E and loads the next level.
Inheritance: InteractableBase
Exibir arquivo Open project: OndrejNepozitek/Edgar-Unity

Public Methods

Method Description
BeginInteract ( ) : void
EndInteract ( ) : void
Interact ( ) : void

Method Details

BeginInteract() public method

public BeginInteract ( ) : void
return void

EndInteract() public method

public EndInteract ( ) : void
return void

Interact() public method

public Interact ( ) : void
return void