Class ClipboardData
Namespace: Unity.UIWidgets.service
Syntax
public class ClipboardData
Constructors
ClipboardData(String)
Declaration
public ClipboardData(string text = null)
Parameters
Type | Name | Description |
---|---|---|
String | text |
Fields
text
Declaration
public readonly string text
Field Value
Type | Description |
---|---|
String |