A 2D Farming RPG
This is just a simple 2D farming RPG game
Loading...
Searching...
No Matches
UIInventoryTextBox Class Reference
Inheritance diagram for UIInventoryTextBox:
Inheritance graph
Collaboration diagram for UIInventoryTextBox:
Collaboration graph

Public Member Functions

void SetTextBoxText (string textTop1, string textTop2, string textTop3, string textBottom1, string textBottom2, string textBottom3)
 Set Text Values More...
 

Private Attributes

TextMeshProUGUI m_TextMeshTop1 = null
 
TextMeshProUGUI m_TextMeshTop2 = null
 
TextMeshProUGUI m_TextMeshTop3 = null
 
TextMeshProUGUI m_TextMeshBottom1 = null
 
TextMeshProUGUI m_TextMeshBottom2 = null
 
TextMeshProUGUI m_TextMeshBottom3 = null
 

Detailed Description

Definition at line 7 of file UIInventoryTextBox.cs.

Member Function Documentation

◆ SetTextBoxText()

void UIInventoryTextBox.SetTextBoxText ( string  textTop1,
string  textTop2,
string  textTop3,
string  textBottom1,
string  textBottom2,
string  textBottom3 
)
inline

Set Text Values

Parameters
textTop1
textTop2
textTop3
textBottom1
textBottom2
textBottom3

Definition at line 36 of file UIInventoryTextBox.cs.

Here is the caller graph for this function:

Field Documentation

◆ m_TextMeshBottom1

TextMeshProUGUI UIInventoryTextBox.m_TextMeshBottom1 = null
private

Definition at line 19 of file UIInventoryTextBox.cs.

◆ m_TextMeshBottom2

TextMeshProUGUI UIInventoryTextBox.m_TextMeshBottom2 = null
private

Definition at line 22 of file UIInventoryTextBox.cs.

◆ m_TextMeshBottom3

TextMeshProUGUI UIInventoryTextBox.m_TextMeshBottom3 = null
private

Definition at line 25 of file UIInventoryTextBox.cs.

◆ m_TextMeshTop1

TextMeshProUGUI UIInventoryTextBox.m_TextMeshTop1 = null
private

Definition at line 10 of file UIInventoryTextBox.cs.

◆ m_TextMeshTop2

TextMeshProUGUI UIInventoryTextBox.m_TextMeshTop2 = null
private

Definition at line 13 of file UIInventoryTextBox.cs.

◆ m_TextMeshTop3

TextMeshProUGUI UIInventoryTextBox.m_TextMeshTop3 = null
private

Definition at line 16 of file UIInventoryTextBox.cs.


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