Struct InputTestFixture.AnalyticsRegistrationEventData | Input System | 1.11.2
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct InputTestFixture.AnalyticsRegistrationEventData

    Represents an analytics registration 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.AnalyticsRegistrationEventData

    Constructors

    AnalyticsRegistrationEventData(string, int, int)

    Declaration
    public AnalyticsRegistrationEventData(string name, int maxPerHour, int maxPropertiesPerEvent)
    Parameters
    Type Name Description
    string name
    int maxPerHour
    int maxPropertiesPerEvent

    Fields

    maxPerHour

    Declaration
    public readonly int maxPerHour
    Field Value
    Type Description
    int

    maxPropertiesPerEvent

    Declaration
    public readonly int maxPropertiesPerEvent
    Field Value
    Type Description
    int

    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)