SendEventWithLimit
This API is used to send an Editor Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
SendEventWithLimit(string, Object)
This API is used to send an Editor Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.
public static AnalyticsResult SendEventWithLimit(string eventName, object parameters)
Parameters
Returns
Type | Description |
|---|---|
| AnalyticsResult |
SendEventWithLimit(string, Object, int)
This API is used to send an Editor Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code.
public static AnalyticsResult SendEventWithLimit(string eventName, object parameters, int ver)
Parameters
Returns
Type | Description |
|---|---|
| AnalyticsResult |