docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct InputTestFixture.AnalyticsEventData

    Represents an analytics data event captured by test harness.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem
    Assembly: Unity.InputSystem.TestFramework.dll
    Syntax
    protected struct InputTestFixture.AnalyticsEventData

    Constructors

    AnalyticsEventData(string, object)

    Declaration
    public AnalyticsEventData(string name, object data)
    Parameters
    Type Name Description
    string name
    object data

    Fields

    data

    Declaration
    public readonly object data
    Field Value
    Type Description
    object

    name

    Declaration
    public readonly string name
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 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)