docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SessionEventInfo

    The code coverage session information retuned by the coverage session Events.

    Inheritance
    object
    SessionEventInfo
    Namespace: UnityEditor.TestTools.CodeCoverage
    Assembly: Unity.TestTools.CodeCoverage.Editor.dll
    Syntax
    public class SessionEventInfo

    Properties

    SessionMode

    The code coverage session mode.

    Declaration
    public SessionMode SessionMode { get; }
    Property Value
    Type Description
    SessionMode

    SessionResultPaths

    The coverage results paths of the files or folders created during the code coverage session.

    Declaration
    public List<string> SessionResultPaths { get; }
    Property Value
    Type Description
    List<string>
    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)