C# Class UnityEngine.Analytics.AnalyticsTracker

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Private Properties

Свойство Type Description
Awake void
BuildParameters void
OnApplicationPause void
OnDestroy void
OnDisable void
OnEnable void
SendEvent void
Start void

Méthodes publiques

Méthode Description
TriggerEvent ( ) : void

Trigger the instrumented event.

Private Methods

Méthode Description
Awake ( ) : void
BuildParameters ( ) : void
OnApplicationPause ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
SendEvent ( ) : void
Start ( ) : void

Method Details

TriggerEvent() public méthode

Trigger the instrumented event.

public TriggerEvent ( ) : void
Résultat void