Crosstales.Internal.WebGLCopyAndPaste Class Reference

Allows copy and paste in WebGL. More...

Inheritance diagram for Crosstales.Internal.WebGLCopyAndPaste:
Crosstales.Common.Util.Singleton< WebGLCopyAndPaste >

Public Member Functions

delegate void StringCallback (string content)
 

Static Public Member Functions

static void GetClipboard (string key)
 
static void ReceivePaste (string str)
 
- Static Public Member Functions inherited from Crosstales.Common.Util.Singleton< WebGLCopyAndPaste >
static void CreateInstance (bool searchExistingGameObject=true, bool deleteExistingInstance=false)
 Creates an instance of this object. More...
 
static void DeleteInstance ()
 Deletes the instance of this object. More...
 

Additional Inherited Members

- Static Public Attributes inherited from Crosstales.Common.Util.Singleton< WebGLCopyAndPaste >
static string PrefabPath
 Fully qualified prefab path. More...
 
static string GameObjectName
 Name of the gameobject in the scene. More...
 
- Protected Member Functions inherited from Crosstales.Common.Util.Singleton< WebGLCopyAndPaste >
virtual void Awake ()
 
virtual void OnDestroy ()
 
virtual void OnApplicationQuit ()
 
- Static Protected Attributes inherited from Crosstales.Common.Util.Singleton< WebGLCopyAndPaste >
static T instance
 
- Properties inherited from Crosstales.Common.Util.Singleton< WebGLCopyAndPaste >
static T Instance [get, protected set]
 Returns the singleton instance of this class. More...
 
bool DontDestroy [get, set]
 Don't destroy gameobject during scene switches. More...
 

Detailed Description

Allows copy and paste in WebGL.

Based on https://github.com/greggman/unity-webgl-copy-and-paste


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/DJPro/DJPro/Assets/Plugins/crosstales/Common/Extras/WebGLCopyAndPaste/Scripts/WebGLCopyAndPaste.cs