Corgi Engine  v8.8
MoreMountains.CorgiEngine.LevelSelectorGUI Class Reference

Level selector GUI. More...

Inheritance diagram for MoreMountains.CorgiEngine.LevelSelectorGUI:
MoreMountains.CorgiEngine.CorgiMonoBehaviour

Public Member Functions

virtual void SetLevelName (string levelName)
 Sets the name of the level to the one in parameters More...
 
virtual void TurnOffLevelName ()
 Turns the name of the level off. More...
 

Public Attributes

Image LevelNamePanel
 the panel object that contains the name of the level More...
 
Text LevelNameText
 the text where the level name should be displayed More...
 
Vector2 LevelNameOffset
 the offset to apply to the level name More...
 

Protected Member Functions

virtual void Start ()
 On start, disables the HUD and optionally the level name panels More...
 

Detailed Description

Level selector GUI.

Member Function Documentation

◆ SetLevelName()

virtual void MoreMountains.CorgiEngine.LevelSelectorGUI.SetLevelName ( string  levelName)
virtual

Sets the name of the level to the one in parameters

Parameters
levelNameLevel name.

◆ Start()

virtual void MoreMountains.CorgiEngine.LevelSelectorGUI.Start ( )
protectedvirtual

On start, disables the HUD and optionally the level name panels

◆ TurnOffLevelName()

virtual void MoreMountains.CorgiEngine.LevelSelectorGUI.TurnOffLevelName ( )
virtual

Turns the name of the level off.

Member Data Documentation

◆ LevelNameOffset

Vector2 MoreMountains.CorgiEngine.LevelSelectorGUI.LevelNameOffset

the offset to apply to the level name

◆ LevelNamePanel

Image MoreMountains.CorgiEngine.LevelSelectorGUI.LevelNamePanel

the panel object that contains the name of the level

◆ LevelNameText

Text MoreMountains.CorgiEngine.LevelSelectorGUI.LevelNameText

the text where the level name should be displayed


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