docs.unity3d.com
    Show / Hide Table of Contents

    Class BrowserClipboard

    An interface for clipboard features.

    Inheritance
    Object
    BrowserClipboard
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Common.Runtime
    Syntax
    public class BrowserClipboard : IClipboard
    Remarks

    This clipboard implementation is specifically intended for use in WebGL.

    Methods

    CopyText(String)

    Copy a string value to the operating system clipboard.

    Declaration
    public bool CopyText(string textContent)
    Parameters
    Type Name Description
    String textContent
    Returns
    Type Description
    Boolean

    True if operation was allowed, false otherwise.

    Implements
    IClipboard.CopyText(String)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023