docs.unity3d.com
    Show / Hide Table of Contents

    Interface ICommentUpdate

    An interface that provides the information necessary for updating the specific comment ID.

    Namespace: Unity.Cloud.Annotation
    Syntax
    public interface ICommentUpdate

    Properties

    Id

    Returns the updated comment ID.

    Declaration
    Guid Id { get; }
    Property Value
    Type Description
    Guid

    The updated comment ID.

    MarkAsRead

    Returns whether the updated comment is marked as read.

    Declaration
    bool MarkAsRead { get; }
    Property Value
    Type Description
    Boolean

    Whether to mark the updated comment as read.

    Remarks

    If true, the updated comment is marked as read. If false, the updated comment isn't marked as read.

    Text

    Returns the text content of the updated comment.

    Declaration
    string Text { get; }
    Property Value
    Type Description
    String

    The text content of the updated comment.

    Back to top
    Terms of use
    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