C# 클래스 Analytics, swip3

Class to store all the necessery information for the game. This class is used for the analytics of the game, and for the AI of the game. It only contains getters and setters and is not continuesly running when the game is, it only gets updated with an event.
파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
appName string
appVersion string
gua GoogleUniversalAnalytics
newLevelAnalyticsEventPrefix string
trackingID string
useHTTPS bool

공개 메소드들

메소드 설명
Awake ( ) : void
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
changeScreen ( string newScreenName ) : void
setPlayerPref_disableAnalyticsByUserOptOut ( bool analyticsDisabled ) : void

비공개 메소드들

메소드 설명
getPOSIXTime ( ) : int

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnLevelWasLoaded() 공개 메소드

public OnLevelWasLoaded ( int level ) : void
level int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

changeScreen() 공개 정적인 메소드

public static changeScreen ( string newScreenName ) : void
newScreenName string
리턴 void

setPlayerPref_disableAnalyticsByUserOptOut() 공개 정적인 메소드

public static setPlayerPref_disableAnalyticsByUserOptOut ( bool analyticsDisabled ) : void
analyticsDisabled bool
리턴 void

프로퍼티 상세

appName 공개적으로 프로퍼티

public string appName
리턴 string

appVersion 공개적으로 프로퍼티

public string appVersion
리턴 string

gua 공개적으로 정적으로 프로퍼티

public static GoogleUniversalAnalytics gua
리턴 GoogleUniversalAnalytics

newLevelAnalyticsEventPrefix 공개적으로 프로퍼티

public string newLevelAnalyticsEventPrefix
리턴 string

trackingID 공개적으로 프로퍼티

public string trackingID
리턴 string

useHTTPS 공개적으로 프로퍼티

public bool useHTTPS
리턴 bool