프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
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 |