C# 클래스 FuseMisc.Product

Representation of an item that the user is able to purchase from the App Store. IOS ONLY.
파일 보기 프로젝트 열기: fusepowered/FuseSDKUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Price float
PriceLocale string
ProductId string

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Price 공개적으로 프로퍼티

The price of the product.
public float Price
리턴 float

PriceLocale 공개적으로 프로퍼티

The currency that the price is in.
public string PriceLocale
리턴 string

ProductId 공개적으로 프로퍼티

The ID of the product used by the App Store.
public string ProductId
리턴 string