Method | Description | |
---|---|---|
AddAppletIcon ( string name, Array data ) : void | ||
AddCommonLayout ( SwitchThemes.Common.LayoutPatch data ) : void | ||
AddCommonLayout ( string json ) : void | ||
AddMainBg ( Array data ) : void | ||
AddMainLayout ( SwitchThemes.Common.LayoutPatch l ) : void | ||
AddMainLayout ( string text ) : void | ||
GetNxtheme ( ) : byte[] | ||
NXThemeBuilder ( string target, string name, string author ) : SwitchThemes.Common.Bntxx |
Method | Description | |
---|---|---|
AddFile ( string name, Array data ) : void |
public AddAppletIcon ( string name, Array data ) : void | ||
name | string | |
data | Array | |
return | void |
public AddCommonLayout ( SwitchThemes.Common.LayoutPatch data ) : void | ||
data | SwitchThemes.Common.LayoutPatch | |
return | void |
public AddCommonLayout ( string json ) : void | ||
json | string | |
return | void |
public AddMainLayout ( SwitchThemes.Common.LayoutPatch l ) : void | ||
l | SwitchThemes.Common.LayoutPatch | |
return | void |
public NXThemeBuilder ( string target, string name, string author ) : SwitchThemes.Common.Bntxx | ||
target | string | |
name | string | |
author | string | |
return | SwitchThemes.Common.Bntxx |