Tanoda
|
Public Member Functions | |
void | BUTTON_Bold () |
void | BUTTON_Italic () |
void | BUTTON_Underline () |
void | SetTextColor () |
void | SetBGColor () |
Public Attributes | |
TMPro.TMP_InputField | inField |
Image | TextColor |
Image | TextColorBGHelper |
Image | BackgroundColor |
ColorPicker | colorPicker |
ColorPicker | colorPickerBG |
Definition at line 7 of file TextEditorHelper.cs.
void TextEditorHelper.BUTTON_Bold | ( | ) |
Definition at line 19 of file TextEditorHelper.cs.
void TextEditorHelper.BUTTON_Italic | ( | ) |
Definition at line 108 of file TextEditorHelper.cs.
void TextEditorHelper.BUTTON_Underline | ( | ) |
Definition at line 197 of file TextEditorHelper.cs.
void TextEditorHelper.SetBGColor | ( | ) |
Definition at line 293 of file TextEditorHelper.cs.
void TextEditorHelper.SetTextColor | ( | ) |
Definition at line 286 of file TextEditorHelper.cs.
Image TextEditorHelper.BackgroundColor |
Definition at line 11 of file TextEditorHelper.cs.
ColorPicker TextEditorHelper.colorPicker |
Definition at line 12 of file TextEditorHelper.cs.
ColorPicker TextEditorHelper.colorPickerBG |
Definition at line 12 of file TextEditorHelper.cs.
TMPro.TMP_InputField TextEditorHelper.inField |
Definition at line 9 of file TextEditorHelper.cs.
Image TextEditorHelper.TextColor |
Definition at line 10 of file TextEditorHelper.cs.
Image TextEditorHelper.TextColorBGHelper |
Definition at line 10 of file TextEditorHelper.cs.