Свойство | Тип | Описание | |
---|---|---|---|
instance | MixpanelController, | ||
versionNumber | string |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
FirstUse ( string date, string distinct_id ) : void |
static public AddSuperProperties ( string propertyName, string propertyValue ) : void | ||
propertyName | string | |
propertyValue | string | |
Результат | void |
public static ConvertFloatToTimeString ( float _time ) : string | ||
_time | float | |
Результат | string |
public static GamePlay ( bool isReplay ) : void | ||
isReplay | bool | |
Результат | void |
public OnLevelWasLoaded ( int level ) : void | ||
level | int | |
Результат | void |
static public RemoveSuperProperties ( string property ) : void | ||
property | string | |
Результат | void |
public handleNamedEvents ( string eventName ) : void | ||
eventName | string | |
Результат | void |
public handleNamedTextEvents ( string eventName, string text ) : void | ||
eventName | string | |
text | string | |
Результат | void |
public sendInventoryEvent ( string eventName, InventoryReport, inventoryReport ) : void | ||
eventName | string | |
inventoryReport | InventoryReport, | |
Результат | void |
public sendSimpleNamedEvent ( string eventName ) : void | ||
eventName | string | |
Результат | void |
public static MixpanelController, instance | ||
Результат | MixpanelController, |