docs.unity3d.com
    Show / Hide Table of Contents

    Class Author

    Represents the author of an annotation, topic, or comment.

    Inheritance
    Object
    Author
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Annotation
    Syntax
    public class Author

    Properties

    ColorIndex

    Returns the display color index of the author.

    Declaration
    public int ColorIndex { get; set; }
    Property Value
    Type Description
    Int32

    The display color index of the author.

    FullName

    Returns the full name of the author.

    Declaration
    public string FullName { get; set; }
    Property Value
    Type Description
    String

    The full name of the author.

    Id

    Returns the author ID.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    String

    The author ID.

    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