C# 클래스 FB.Canvas, swip3

파일 보기 프로젝트 열기: unit9/swip3

공개 메소드들

메소드 설명
Pay ( string product, string action = "purchaseitem", int quantity = 1, int quantityMin = null, int quantityMax = null, string requestId = null, string pricepointId = null, string testCurrency = null, FacebookDelegate callback = null ) : void
SetAspectRatio ( int width, int height ) : void
SetResolution ( int width, int height, bool fullscreen, int preferredRefreshRate ) : void

메소드 상세

Pay() 공개 정적인 메소드

public static Pay ( string product, string action = "purchaseitem", int quantity = 1, int quantityMin = null, int quantityMax = null, string requestId = null, string pricepointId = null, string testCurrency = null, FacebookDelegate callback = null ) : void
product string
action string
quantity int
quantityMin int
quantityMax int
requestId string
pricepointId string
testCurrency string
callback FacebookDelegate
리턴 void

SetAspectRatio() 공개 정적인 메소드

public static SetAspectRatio ( int width, int height ) : void
width int
height int
리턴 void

SetResolution() 공개 정적인 메소드

public static SetResolution ( int width, int height, bool fullscreen, int preferredRefreshRate ) : void
width int
height int
fullscreen bool
preferredRefreshRate int
리턴 void