Property | Type | Description | |
---|---|---|---|
gameObjectName | string |
Method | Description | |
---|---|---|
GET ( string url, System |
||
POST ( string url, string>.Dictionary |
||
POST ( string url, byte post, string>.Dictionary |
||
Start ( ) : void | ||
ToString ( ) : string | ||
connect ( ) : void | ||
get ( ) : RedMetricsManager, | ||
getJsonString ( object obj ) : string | ||
sendEvent ( TrackingEvent trackingEvent, CustomData, customData = null, string section = null, int coordinates = null ) : void | ||
sendEvent ( TrackingEvent trackingEvent, Vector2 coordinates, CustomData, customData = null, string section = null ) : void | ||
sendEvent ( TrackingEvent trackingEvent, Vector3 coordinates, CustomData, customData = null, string section = null ) : void | ||
sendStartEvent ( bool restart ) : void | ||
setGameVersion ( string gVersion ) : void | ||
setPlayerID ( string pID ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
antiDuplicateInitialization ( ) : void | ||
createPlayer ( System |
||
extractPID ( WWW www ) : string | ||
initializeIfNecessary ( ) : void | ||
logMessage ( string message, MessageLevel level = MessageLevel.DEFAULT ) : void | ||
sendDataStandalone ( string urlSuffix, string pDataString, System |
||
testGet ( System |
||
trackStart ( WWW www ) : void | ||
waitAndSendStart ( ) : IEnumerator | ||
waitForWWW ( WWW www, System |
||
wwwLogger ( WWW www, string origin = "default" ) : void |
public static GET ( string url, System |
||
url | string | |
callback | System |
|
return | IEnumerator |
public static POST ( string url, string>.Dictionary |
||
url | string | |
post | string>.Dictionary | |
callback | System |
|
return | IEnumerator |
public static POST ( string url, byte post, string>.Dictionary |
||
url | string | |
post | byte | |
headers | string>.Dictionary | |
callback | System |
|
return | IEnumerator |
public sendEvent ( TrackingEvent trackingEvent, CustomData, customData = null, string section = null, int coordinates = null ) : void | ||
trackingEvent | TrackingEvent | |
customData | CustomData, | |
section | string | |
coordinates | int | |
return | void |
public sendEvent ( TrackingEvent trackingEvent, Vector2 coordinates, CustomData, customData = null, string section = null ) : void | ||
trackingEvent | TrackingEvent | |
coordinates | Vector2 | |
customData | CustomData, | |
section | string | |
return | void |
public sendEvent ( TrackingEvent trackingEvent, Vector3 coordinates, CustomData, customData = null, string section = null ) : void | ||
trackingEvent | TrackingEvent | |
coordinates | Vector3 | |
customData | CustomData, | |
section | string | |
return | void |
public sendStartEvent ( bool restart ) : void | ||
restart | bool | |
return | void |
public setGameVersion ( string gVersion ) : void | ||
gVersion | string | |
return | void |