Property | Type | Description | |
---|---|---|---|
instance | MixpanelController, | ||
versionNumber | string |
Method | Description | |
---|---|---|
AddSuperProperties ( string propertyName, string propertyValue ) : void | ||
Awake ( ) : void | ||
ConvertFloatToTimeString ( float _time ) : string | ||
Destroy ( ) : void | ||
GamePlay ( bool isReplay ) : void | ||
LinkToEvents ( ) : void | ||
OnLevelWasLoaded ( int level ) : void | ||
RemoveSuperProperties ( string property ) : void | ||
Start ( ) : void | ||
UnlinkFromEvents ( ) : void | ||
handleNamedEvents ( string eventName ) : void | ||
handleNamedTextEvents ( string eventName, string text ) : void | ||
sendInventoryEvent ( string eventName, InventoryReport, inventoryReport ) : void | ||
sendSimpleNamedEvent ( string eventName ) : void |
Method | Description | |
---|---|---|
FirstUse ( string date, string distinct_id ) : void |
static public AddSuperProperties ( string propertyName, string propertyValue ) : void | ||
propertyName | string | |
propertyValue | string | |
return | void |
public static ConvertFloatToTimeString ( float _time ) : string | ||
_time | float | |
return | string |
public static GamePlay ( bool isReplay ) : void | ||
isReplay | bool | |
return | void |
static public RemoveSuperProperties ( string property ) : void | ||
property | string | |
return | void |
public handleNamedEvents ( string eventName ) : void | ||
eventName | string | |
return | void |
public handleNamedTextEvents ( string eventName, string text ) : void | ||
eventName | string | |
text | string | |
return | void |
public sendInventoryEvent ( string eventName, InventoryReport, inventoryReport ) : void | ||
eventName | string | |
inventoryReport | InventoryReport, | |
return | void |
public sendSimpleNamedEvent ( string eventName ) : void | ||
eventName | string | |
return | void |
public static MixpanelController, instance | ||
return | MixpanelController, |