docs.unity3d.com
    Show / Hide Table of Contents

    Class AutomatedQARuntimeSettings

    Inheritance
    Object
    AutomatedQARuntimeSettings
    Namespace: Unity.AutomatedQA
    Syntax
    public static class AutomatedQARuntimeSettings : object

    Fields

    DEVICE_TESTING_API_ENDPOINT

    Declaration
    public static readonly string DEVICE_TESTING_API_ENDPOINT
    Field Value
    Type Description
    String

    GAMESIM_API_ENDPOINT

    Declaration
    public static readonly string GAMESIM_API_ENDPOINT
    Field Value
    Type Description
    String

    Properties

    ActivateClickFeedbackFx

    Activates ripple effect on point of click during playback of recordings.

    Declaration
    public static bool ActivateClickFeedbackFx { get; set; }
    Property Value
    Type Description
    Boolean

    ActivateDragFeedbackFx

    Activates drag effect between drag start and drag release during playback of recordings.

    Declaration
    public static bool ActivateDragFeedbackFx { get; set; }
    Property Value
    Type Description
    Boolean

    ActivateHighlightFeedbackFx

    Activates highlight effect on point of click during playback of recordings.

    Declaration
    public static bool ActivateHighlightFeedbackFx { get; set; }
    Property Value
    Type Description
    Boolean

    ActivatePlaybackVisualFx

    Enable or disable visual Fx feedback for actions taken during playback of recordings. If false, check individual feedback booleans to see if a subset will be activated.

    Declaration
    public static bool ActivatePlaybackVisualFx { get; set; }
    Property Value
    Type Description
    Boolean

    buildType

    Declaration
    public static BuildType buildType { get; }
    Property Value
    Type Description
    BuildType

    hostPlatform

    Declaration
    public static HostPlatform hostPlatform { get; }
    Property Value
    Type Description
    HostPlatform

    PackageFolderName

    Name of the folder under persistent data path that our files are organized under.

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

    PersistentDataPath

    Folder on device where we store Automated QA temp and customization data.

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

    RecordingDataPath

    Full path to folder on device where we store recording files.

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

    recordingFileStorage

    Declaration
    public static RecordingFileStorage recordingFileStorage { get; }
    Property Value
    Type Description
    RecordingFileStorage

    RecordingFolderName

    Name of folder on device where we store recording files.

    Declaration
    public static string RecordingFolderName { get; set; }
    Property 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