FrameIT
LoadingScreenPercentage Class Reference

Attached in the Loading-Screen to TMPro object for progress display. Loads set Loader.nextscene and updates progress in TMPro.TextMeshProUGUI. More...

Inheritance diagram for LoadingScreenPercentage:

Public Attributes

float maxFrameIncrease = 100f / 100
 

Private Member Functions

void Start ()
 
void Update ()
 
void OnDestroy ()
 
void UpdateText ()
 

Private Attributes

float currentValue
 

Detailed Description

Attached in the Loading-Screen to TMPro object for progress display. Loads set Loader.nextscene and updates progress in TMPro.TextMeshProUGUI.

Member Function Documentation

◆ OnDestroy()

void LoadingScreenPercentage.OnDestroy ( )
private

◆ Start()

void LoadingScreenPercentage.Start ( )
private

◆ Update()

void LoadingScreenPercentage.Update ( )
private

◆ UpdateText()

void LoadingScreenPercentage.UpdateText ( )
private

Member Data Documentation

◆ currentValue

float LoadingScreenPercentage.currentValue
private

◆ maxFrameIncrease

float LoadingScreenPercentage.maxFrameIncrease = 100f / 100

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