프로퍼티 | 타입 | 설명 | |
---|---|---|---|
debugOutput | bool | ||
logging | bool |
메소드 | 설명 | |
---|---|---|
FuseLog ( string str ) : void | ||
OnDestroy ( ) : void | ||
PurchaseFailed ( string error, int response ) : void | ||
PurchaseSucceeded ( GooglePurchase purchase ) : void | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
GetProductInfo ( float delay ) : IEnumerator | ||
GetSkuFailed ( string error ) : void | ||
GetSkuInfo ( List |
||
RegisterActions ( ) : void | ||
UnregisterActions ( ) : void |
public PurchaseFailed ( string error, int response ) : void | ||
error | string | |
response | int | |
리턴 | void |
public PurchaseSucceeded ( GooglePurchase purchase ) : void | ||
purchase | GooglePurchase | |
리턴 | void |