Class TemplateAnalyticsEngine
A local analytics engine implementation. The data can be filled inside Unity editor and used on configurator project directly.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
public class TemplateAnalyticsEngine : MonoBehaviour, IAnalyticsEngine
Methods
SendEvent(String)
Send event
Declaration
public void SendEvent(string eventName)
Parameters
Type | Name | Description |
---|---|---|
String | eventName |
Implements
SendEvent(AnalyticsEngineEvent)
Send event
Declaration
public void SendEvent(AnalyticsEngineEvent analyticsEvent)
Parameters
Type | Name | Description |
---|---|---|
AnalyticsEngineEvent | analyticsEvent |
Implements
TrackContext(Context)
Track context
Declaration
public void TrackContext(Context context)
Parameters
Type | Name | Description |
---|---|---|
Context | context |
Implements
TrackProduct(Product)
Track product
Declaration
public void TrackProduct(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product |