Infinite Runner Engine  v2.1
MoreMountains.InfiniteRunnerEngine.SplashScreen Class Reference

Simple start screen class. More...

Inheritance diagram for MoreMountains.InfiniteRunnerEngine.SplashScreen:

Public Attributes

string FirstLevel
 the name of the first level to load More...
 
float AutoSkipDelay = 2f
 the duration in seconds after which to load the first level More...
 

Protected Member Functions

virtual void Start ()
 Initialization More...
 
virtual IEnumerator LoadFirstLevel ()
 

Protected Attributes

float _delayAfterClick = 1f
 

Detailed Description

Simple start screen class.

Member Function Documentation

◆ LoadFirstLevel()

virtual IEnumerator MoreMountains.InfiniteRunnerEngine.SplashScreen.LoadFirstLevel ( )
protectedvirtual

◆ Start()

virtual void MoreMountains.InfiniteRunnerEngine.SplashScreen.Start ( )
protectedvirtual

Initialization

Member Data Documentation

◆ _delayAfterClick

float MoreMountains.InfiniteRunnerEngine.SplashScreen._delayAfterClick = 1f
protected

◆ AutoSkipDelay

float MoreMountains.InfiniteRunnerEngine.SplashScreen.AutoSkipDelay = 2f

the duration in seconds after which to load the first level

◆ FirstLevel

string MoreMountains.InfiniteRunnerEngine.SplashScreen.FirstLevel

the name of the first level to load


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