Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SetLayout ( IEnumerable |
public static CenterHorizontal ( ) : Layout.OptionCenterHorizontal | ||
return | Layout.OptionCenterHorizontal |
public static CenterVertical ( ) : Layout.OptionCenterVertical | ||
return | Layout.OptionCenterVertical |
public static Left ( float amount ) : Layout.OptionLeft | ||
amount | float | |
return | Layout.OptionLeft |
public static SetAspectRatio ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public static SetResolution ( int width, int height, bool fullscreen, int preferredRefreshRate ) : void | ||
width | int | |
height | int | |
fullscreen | bool | |
preferredRefreshRate | int | |
return | void |
public static SetUnityPlayerEmbedCSS ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public static Top ( float amount ) : Layout.OptionTop | ||
amount | float | |
return | Layout.OptionTop |