docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IClipboard

    An interface for clipboard features.

    Namespace: Unity.Cloud.Common
    Assembly: Unity.Cloud.Common.dll
    Syntax
    public interface IClipboard

    Methods

    CopyText(string)

    Copy a string value to the operating system clipboard.

    Declaration
    bool CopyText(string textContent)
    Parameters
    Type Name Description
    string textContent

    The text to copy.

    Returns
    Type Description
    bool

    True if operation was allowed, false otherwise.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)