Tanoda
|
Represents a Class used to add paste capabilities to WebGL projects. More...
Public Member Functions | |
void | Paste (string value) |
Called when the user pastes the given value in the Web-Browser. More... | |
Static Public Member Functions | |
static void | CheckInstance () |
Checks if the Singleton instance exists. More... | |
Properties | |
static PasteManager | Instance [get] |
The Paste Manager Singleton instance. More... | |
Represents a Class used to add paste capabilities to WebGL projects.
Definition at line 9 of file PasteManager.cs.
|
static |
Checks if the Singleton instance exists.
Definition at line 20 of file PasteManager.cs.
void TriLibCore.Samples.PasteManager.Paste | ( | string | value | ) |
Called when the user pastes the given value in the Web-Browser.
value | The pasted value. |
Definition at line 34 of file PasteManager.cs.
|
staticget |
The Paste Manager Singleton instance.
Definition at line 17 of file PasteManager.cs.