Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
public static Analytics.AnalyticsResultSendEventWithLimit(string eventName,
object parameters,
int ver);
Parameters
eventName
Name of the event.
parameters
Additional event data.
ver
Event version number.
Description
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.