Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetEventWithLimitPriority(string, AnalyticsEventPriority, int)

Use the API to set the event property. 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 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. Editor Analytics APIs have changed significantly, please see: https://docs.editor-data.unity3d.com/Contribute/EditorAnalytics/cs_guide/
public static AnalyticsResult SetEventWithLimitPriority(string eventName, AnalyticsEventPriority eventPriority, int ver)

Parameters

eventName

Name of the event.

eventPriority

AnalyticsEventPriority
Event priority.

ver

Event version number.

Returns

Type

Description

AnalyticsResult