Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.LastSceneLoader Class Reference

Loads scene data from scene manager data and if present it will load the saved scene. More...

Inheritance diagram for PlatformerPro.LastSceneLoader:

Public Member Functions

void Load ()
 

Public Attributes

string defaultSceneName
 Name of the scene to load if there is no saved scene name. More...
 

Static Protected Member Functions

static string LoadSavedData ()
 

Detailed Description

Loads scene data from scene manager data and if present it will load the saved scene.

Member Function Documentation

◆ Load()

void PlatformerPro.LastSceneLoader.Load ( )

◆ LoadSavedData()

static string PlatformerPro.LastSceneLoader.LoadSavedData ( )
staticprotected

Member Data Documentation

◆ defaultSceneName

string PlatformerPro.LastSceneLoader.defaultSceneName

Name of the scene to load if there is no saved scene name.


The documentation for this class was generated from the following file: