Infinite Runner Engine v1.9
Public Attributes | Protected Member Functions | List of all members
MoreMountains.InfiniteRunnerEngine.Instructions Class Reference
Inheritance diagram for MoreMountains.InfiniteRunnerEngine.Instructions:

Public Attributes

Text InstructionsText
 the gameobject that will display the actual text More...
 
Image InstructionsPanel
 the gameobject that will display the actual text More...
 
int Duration
 how long will the instructions be displayed (in seconds) ? More...
 
float FadeDuration
 how long does it take for the instructions to fade out ? (in seconds) More...
 

Protected Member Functions

virtual void Start ()
 
virtual void Disappear ()
 
virtual void DestroyInstructions ()
 

Member Function Documentation

◆ DestroyInstructions()

virtual void MoreMountains.InfiniteRunnerEngine.Instructions.DestroyInstructions ( )
protectedvirtual

◆ Disappear()

virtual void MoreMountains.InfiniteRunnerEngine.Instructions.Disappear ( )
protectedvirtual

◆ Start()

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

Member Data Documentation

◆ Duration

int MoreMountains.InfiniteRunnerEngine.Instructions.Duration

how long will the instructions be displayed (in seconds) ?

◆ FadeDuration

float MoreMountains.InfiniteRunnerEngine.Instructions.FadeDuration

how long does it take for the instructions to fade out ? (in seconds)

◆ InstructionsPanel

Image MoreMountains.InfiniteRunnerEngine.Instructions.InstructionsPanel

the gameobject that will display the actual text

◆ InstructionsText

Text MoreMountains.InfiniteRunnerEngine.Instructions.InstructionsText

the gameobject that will display the actual text


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