C# 클래스 FBScreen, swip3

파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 메소드들

메소드 설명
CenterHorizontal ( ) : Layout.OptionCenterHorizontal
CenterVertical ( ) : Layout.OptionCenterVertical
Left ( float amount ) : Layout.OptionLeft
SetAspectRatio ( int width, int height ) : void
SetResolution ( int width, int height, bool fullscreen, int preferredRefreshRate ) : void
SetUnityPlayerEmbedCSS ( string key, string value ) : void
Top ( float amount ) : Layout.OptionTop

비공개 메소드들

메소드 설명
SetLayout ( IEnumerable parameters ) : void

메소드 상세

CenterHorizontal() 공개 정적인 메소드

public static CenterHorizontal ( ) : Layout.OptionCenterHorizontal
리턴 Layout.OptionCenterHorizontal

CenterVertical() 공개 정적인 메소드

public static CenterVertical ( ) : Layout.OptionCenterVertical
리턴 Layout.OptionCenterVertical

Left() 공개 정적인 메소드

public static Left ( float amount ) : Layout.OptionLeft
amount float
리턴 Layout.OptionLeft

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

SetUnityPlayerEmbedCSS() 공개 정적인 메소드

public static SetUnityPlayerEmbedCSS ( string key, string value ) : void
key string
value string
리턴 void

Top() 공개 정적인 메소드

public static Top ( float amount ) : Layout.OptionTop
amount float
리턴 Layout.OptionTop