Tanoda
|
Public Member Functions | |
void | ToggleEditor () |
void | InputFieldEditEnded (string value) |
void | InputFieldEdited (string value) |
Public Attributes | |
Button | editButton |
Text | displayText |
InputField | inputField |
Definition at line 7 of file NodeComment.cs.
void NodeComment.InputFieldEdited | ( | string | value | ) |
Definition at line 62 of file NodeComment.cs.
void NodeComment.InputFieldEditEnded | ( | string | value | ) |
Definition at line 55 of file NodeComment.cs.
void NodeComment.ToggleEditor | ( | ) |
Definition at line 36 of file NodeComment.cs.
Text NodeComment.displayText |
Definition at line 10 of file NodeComment.cs.
Button NodeComment.editButton |
Definition at line 9 of file NodeComment.cs.
InputField NodeComment.inputField |
Definition at line 11 of file NodeComment.cs.