docs.unity3d.com
    Show / Hide Table of Contents

    Class TemplateAnalyticsEngine

    A local analytics engine implementation. The data can be filled inside Unity editor and used on configurator project directly.

    Inheritance
    Object
    TemplateAnalyticsEngine
    Namespace: Unity.Industrial.Forma.Editor.Adapters.Templates
    Syntax
    public class TemplateAnalyticsEngine : MonoBehaviour, IAnalyticsEngine

    Methods

    SendEvent(String)

    Send event

    Declaration
    public void SendEvent(string eventName)
    Parameters
    Type Name Description
    String eventName
    Implements
    IAnalyticsEngine.SendEvent(String)

    SendEvent(AnalyticsEngineEvent)

    Send event

    Declaration
    public void SendEvent(AnalyticsEngineEvent analyticsEvent)
    Parameters
    Type Name Description
    AnalyticsEngineEvent analyticsEvent
    Implements
    IAnalyticsEngine.SendEvent(AnalyticsEngineEvent)

    TrackContext(Context)

    Track context

    Declaration
    public void TrackContext(Context context)
    Parameters
    Type Name Description
    Context context
    Implements
    IAnalyticsEngine.TrackContext(Context)

    TrackProduct(Product)

    Track product

    Declaration
    public void TrackProduct(Product product)
    Parameters
    Type Name Description
    Product product
    Implements
    IAnalyticsEngine.TrackProduct(Product)
    Back to top
    Terms of use
    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