Property | Type | Description | |
---|---|---|---|
EnablePaneOrderMod | bool |
Method | Description | |
---|---|---|
GetFinalSarc ( ) : SarcData | ||
PatchAppletIcon ( Array DDS, string name ) : bool | ||
PatchBntxTexture ( Array DDS, string texName, uint TexFlag = 0xFFFFFFFF ) : bool | ||
PatchBntxTextureAttribs ( ) : bool | ||
PatchLayouts ( SwitchThemes.Common.LayoutPatch Patch ) : bool | ||
PatchMainBG ( Array DDS ) : bool | ||
PatchMainBG ( SwitchThemes.Common.Images.DDS DDS ) : bool | ||
SzsPatcher ( SarcData s ) : SwitchThemes.Common.Bntxx |
Method | Description | |
---|---|---|
GetBntx ( ) : QuickBntx | ||
PatchLayouts ( SwitchThemes.Common.LayoutPatch Patch, string PartName ) : bool | ||
PatchSingleLayout ( SwitchThemes.Common.LayoutFilePatch p ) : bool | ||
SaveBntx ( ) : void |
public PatchAppletIcon ( Array DDS, string name ) : bool | ||
DDS | Array | |
name | string | |
return | bool |
public PatchBntxTexture ( Array DDS, string texName, uint TexFlag = 0xFFFFFFFF ) : bool | ||
DDS | Array | |
texName | string | |
TexFlag | uint | |
return | bool |
public PatchLayouts ( SwitchThemes.Common.LayoutPatch Patch ) : bool | ||
Patch | SwitchThemes.Common.LayoutPatch | |
return | bool |
public PatchMainBG ( SwitchThemes.Common.Images.DDS DDS ) : bool | ||
DDS | SwitchThemes.Common.Images.DDS | |
return | bool |
public SzsPatcher ( SarcData s ) : SwitchThemes.Common.Bntxx | ||
s | SarcData | |
return | SwitchThemes.Common.Bntxx |