VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Properties | List of all members
SinglePlayerFillBar Class Reference

Progress bar that shows the proportion of Orbs attained out of the total possible. More...

Inheritance diagram for SinglePlayerFillBar:

Properties

real orbsCollected
 How many Orbs are collected by the player. More...
 
real threshold
 How many Orbs are needed to pass the current level. More...
 
real totalOrbs
 How many Orbs could be collected to completely fill the bar. More...
 
point fillPoint
 Point at the center of the right edge of the fill bar. More...
 

Detailed Description

Progress bar that shows the proportion of Orbs attained out of the total possible.

Additionally, a portal graphic will indicate how many Orbs are needed to pass a level.

Property Documentation

point SinglePlayerFillBar::fillPoint

Point at the center of the right edge of the fill bar.

real SinglePlayerFillBar::orbsCollected

How many Orbs are collected by the player.

real SinglePlayerFillBar::threshold

How many Orbs are needed to pass the current level.

real SinglePlayerFillBar::totalOrbs

How many Orbs could be collected to completely fill the bar.