C# Class UnityEngine.Analytics.AnalyticsTracker

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Private Properties

Property Type Description
Awake void
BuildParameters void
OnApplicationPause void
OnDestroy void
OnDisable void
OnEnable void
SendEvent void
Start void

Public Methods

Method Description
TriggerEvent ( ) : void

Trigger the instrumented event.

Private Methods

Method Description
Awake ( ) : void
BuildParameters ( ) : void
OnApplicationPause ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
SendEvent ( ) : void
Start ( ) : void

Method Details

TriggerEvent() public method

Trigger the instrumented event.

public TriggerEvent ( ) : void
return void