Documentation for the Unity C# Library
Loading...
Searching...
No Matches
BreakdownDebug Class Reference
Inheritance diagram for BreakdownDebug:
[legend]

Public Member Functions

void AddBreakdownsInfo (StepFunction function)
 
void SetQuizData (QuizData data)
 

Private Member Functions

void UpdateDebugUI ()
 

Private Attributes

List< BreakdownDebugInfo_allBreakdowns = new List<BreakdownDebugInfo>()
 
QuizData _quizData
 
TMP_Text _text
 [SerializeField]
 

Detailed Description

Definition at line 21 of file BreakdownDebug.cs.

Member Function Documentation

◆ AddBreakdownsInfo()

void BreakdownDebug.AddBreakdownsInfo ( StepFunction function)
inline

Definition at line 36 of file BreakdownDebug.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetQuizData()

void BreakdownDebug.SetQuizData ( QuizData data)
inline

Definition at line 30 of file BreakdownDebug.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UpdateDebugUI()

void BreakdownDebug.UpdateDebugUI ( )
inlineprivate

Definition at line 54 of file BreakdownDebug.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ _allBreakdowns

List<BreakdownDebugInfo> BreakdownDebug._allBreakdowns = new List<BreakdownDebugInfo>()
private

Definition at line 28 of file BreakdownDebug.cs.

◆ _quizData

QuizData BreakdownDebug._quizData
private

Definition at line 29 of file BreakdownDebug.cs.

◆ _text

TMP_Text BreakdownDebug._text
privateSerializeField

[SerializeField]

Definition at line 26 of file BreakdownDebug.cs.


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