TopDown Engine
v4.1
|
Demo class to go from one level to another More...
Public Member Functions | |
virtual void | OnTriggerEnter2D (Collider2D collider) |
When a character enters the ChangeLevel zone, we trigger a general save and then load the destination scene More... | |
Public Attributes | |
string | Destination |
The exact name of the scene to go to when entering the ChangeLevel zone. More... | |
Demo class to go from one level to another
|
virtual |
When a character enters the ChangeLevel zone, we trigger a general save and then load the destination scene
collider | Collider. |
string MoreMountains.InventoryEngine.ChangeLevel.Destination |
The exact name of the scene to go to when entering the ChangeLevel zone.