C# 클래스 UnityEngine.Analytics.AnalyticsTracker

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

Private Properties

프로퍼티 타입 설명
Awake void
BuildParameters void
OnApplicationPause void
OnDestroy void
OnDisable void
OnEnable void
SendEvent void
Start void

공개 메소드들

메소드 설명
TriggerEvent ( ) : void

Trigger the instrumented event.

비공개 메소드들

메소드 설명
Awake ( ) : void
BuildParameters ( ) : void
OnApplicationPause ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
SendEvent ( ) : void
Start ( ) : void

메소드 상세

TriggerEvent() 공개 메소드

Trigger the instrumented event.

public TriggerEvent ( ) : void
리턴 void