docs.unity3d.com
    Show / Hide Table of Contents

    Class AnalyticsEngineEvent

    Base class for analytics engine event tracking

    Inheritance
    Object
    AnalyticsEngineEvent
    ConfigurationAnalyticsEvent
    GenericAnalyticsEvent
    StagingCameraAnalyticsEvent
    StagingSceneAnalyticsEvent
    UserInteractionAnalyticsEvent
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public abstract class AnalyticsEngineEvent

    Constructors

    AnalyticsEngineEvent(String)

    Initializes a new instance of the AnalyticsEngineEvent class.

    Declaration
    public AnalyticsEngineEvent(string eventName)
    Parameters
    Type Name Description
    String eventName

    Name of the event.

    Properties

    EventName

    Gets the name of the event.

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    String

    The name of the event.

    Methods

    GetEventData()

    Gets the event data.

    Declaration
    public abstract IDictionary<string, object> GetEventData()
    Returns
    Type Description
    IDictionary<String, Object>

    IDictionary<System.String, System.Object>.

    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