docs.unity3d.com
    Show / Hide Table of Contents

    Struct RecordedPlaybackAnalytics.RecordingExecution

    Namespace: Unity.RecordedPlayback
    Syntax
    public struct RecordingExecution

    Constructors

    RecordingExecution(String, String, Boolean, Int32)

    Declaration
    public RecordingExecution(string recordingName, string sceneName, bool testPassed, int testDuration)
    Parameters
    Type Name Description
    String recordingName
    String sceneName
    Boolean testPassed
    Int32 testDuration

    Fields

    executionType

    Declaration
    public string executionType
    Field Value
    Type Description
    String

    recordingName

    Declaration
    public string recordingName
    Field Value
    Type Description
    String

    sceneName

    Declaration
    public string sceneName
    Field Value
    Type Description
    String

    tags

    Declaration
    public string tags
    Field Value
    Type Description
    String

    testDuration

    Declaration
    public int testDuration
    Field Value
    Type Description
    Int32

    testPassed

    Declaration
    public bool testPassed
    Field Value
    Type Description
    Boolean

    testType

    Declaration
    public string testType
    Field Value
    Type Description
    String
    Back to top
    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