docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Environment

    Inheritance
    object
    Environment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ugc.Bridge
    Assembly: Unity.Services.Ugc.Bridge.Editor.dll
    Syntax
    public class Environment

    Properties

    ArchivedAt

    The date the environment was archived upstream

    Declaration
    public DateTime? ArchivedAt { get; }
    Property Value
    Type Description
    DateTime?

    CreatedAt

    The date the environment was created upstream

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

    DeletedAt

    The date the environment was soft deleted upstream

    Declaration
    public DateTime? DeletedAt { get; }
    Property Value
    Type Description
    DateTime?

    Id

    Environment id

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

    IsDefault

    Is the default environment for this project

    Declaration
    public bool IsDefault { get; }
    Property Value
    Type Description
    bool

    Name

    Environment name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    ProjectId

    Project id

    Declaration
    public string ProjectId { get; }
    Property Value
    Type Description
    string

    UpdatedAt

    The date the environment was last updated upstream

    Declaration
    public DateTime UpdatedAt { get; }
    Property Value
    Type Description
    DateTime
    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)