Enum PasteboardType
The type of data that can be copied to the pasteboard.
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public enum PasteboardType
Fields
Name | Description |
---|---|
PNG | The data is a UTF8-encoded text. |
Text | The data is a PNG image. |