Tanoda
TriLibCore.Samples.PasteManager Class Reference

Represents a Class used to add paste capabilities to WebGL projects. More...

Inheritance diagram for TriLibCore.Samples.PasteManager:

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...
 

Detailed Description

Represents a Class used to add paste capabilities to WebGL projects.

Definition at line 9 of file PasteManager.cs.

Member Function Documentation

◆ CheckInstance()

static void TriLibCore.Samples.PasteManager.CheckInstance ( )
static

Checks if the Singleton instance exists.

Definition at line 20 of file PasteManager.cs.

◆ Paste()

void TriLibCore.Samples.PasteManager.Paste ( string  value)

Called when the user pastes the given value in the Web-Browser.

Parameters
valueThe pasted value.

Definition at line 34 of file PasteManager.cs.

Property Documentation

◆ Instance

PasteManager TriLibCore.Samples.PasteManager.Instance
staticget

The Paste Manager Singleton instance.

Definition at line 17 of file PasteManager.cs.


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