docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AuthoringInfo

    Contains information about the author and the editor.

    Inheritance
    object
    AuthoringInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public class AuthoringInfo

    Properties

    Created

    The date and time of creation.

    Declaration
    public DateTime Created { get; }
    Property Value
    Type Description
    DateTime

    CreatedBy

    The id of the user who created.

    Declaration
    public UserId CreatedBy { get; }
    Property Value
    Type Description
    UserId

    Updated

    The date and time of update.

    Declaration
    public DateTime Updated { get; }
    Property Value
    Type Description
    DateTime

    UpdatedBy

    The id of the user who updated.

    Declaration
    public UserId UpdatedBy { get; }
    Property Value
    Type Description
    UserId
    In This Article
    Back to top
    Copyright © 2025 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)