|
enum | Shape { _2D
, _Cube
, _3D
} |
|
enum | Usage { Default
, Normal
, _2D
} |
|
enum | Slice { NoSlice
, Window
, PixelSlice
, CountSlice
} |
|
enum | Wrap { Repeat
, Clamp
, Mirror
} |
|
enum | Filter { Nearest
, Bilinear
} |
|
enum | FillType { FILL_STREATCH
, FILL_REPEAT
} |
|
enum | SpriteOrigin {
LEFT_TOP = 0
, TOP
, RIGHT_TOP
, LEFT
,
CENTER
, RIGHT
, LEFT_BOTTOM
, BOTTOM
,
RIGHT_BOTTOM
} |
|
enum | CommonTexture {
None = -1
, Arrow
, BattleNeedle
, BattleNumber
,
BattleStatusBG
, BattleStatusBGEffect
, EquipIcons
, ExpBar
,
ExpBarMax
, ExpPanel
, InputCancel
, InputDelete
,
InputDecide
, InputType0
, InputType1
, InputType2
,
InputType3
, LvPanel
, MenuClose
, MenuPageLeft
,
MenuPageRight
, PageIcons
, PageIconsON
, PageIconsOFF
,
ResultBack
, StatusBar
, StatusBarPanel
, VRCtrlParts
,
VRCtrlPartsB
, VrpadA
, VrpadB
, VrpadBack
,
VrpadDown
, VrpadHome
, VrpadLButton
, VrpadLeft
,
VrpadLStick
, VrpadLStickBase
, VrpadLT
, VrpadLThumb
,
VrpadRButton
, VrpadRight
, VrpadRStick
, VrpadRStickBase
,
VrpadRT
, VrpadRThumb
, VrpadStart
, VrpadUp
,
VrpadX
, VrpadY
, GameIcon
, MessageWindow
,
DefaultWindow
, Infopanel
, ChoiceWindow
, DefaultSelectableWindow
,
DefaultSelectedWindow
, BattleCommand3D
, BattleStatus3D
, EscapeIcon
,
ReturnIcon
, NewIcon
, DefaultIcon
, MenuChange
,
MapPlayerIcon
, ArrowRight
} |
|
enum | ThumbnailStatusType { Empty = 0
, Creating
, Created
, Failed
} |
| Thumbnail image generation status More...
|
|
|
| Texture () |
|
override void | onCatalogCleanup () |
|
void | attachTexture (SharpKmyGfx.Texture texture) |
|
void | initializeTexture () |
|
override void | initializeKmyGfx () |
|
override void | load (BinaryReader reader) |
|
override void | save (BinaryWriter writer) |
|
override void | CheckRecourceConsistency (Catalog inCatalog) |
|
void | applyToEntity () |
|
void | invalidateReferencedMaterialThumbnail () |
|
override void | ChangeReImportPath () |
|
override void | reImport () |
|
override void | reload () |
|
SharpKmyGfx.Texture | getTexture () |
|
int | GetDivWidth () |
|
int | GetDivHeight () |
|
override bool | initializingAfterLoading () |
|
override void | setNativeResourcePath (string inFolderPath) |
| set full path of native resource for system project y More...
|
|
override bool | initializingAfterLoading () |
|
virtual void | initializeKmyGfx () |
|
override void | save (System.IO.BinaryWriter writer) |
|
override void | load (System.IO.BinaryReader reader) |
|
virtual void | setPath (string path) |
|
virtual void | CopySourceResourceFile (string inSrcPath, string inDstPath=null, bool inIsOverwrite=false, bool inIsExistFileRename=false) |
|
void | CopyOutsideResourceFile (bool inIsOverwrite=false, bool inIsExistFileRename=false) |
|
bool | deleteResourceFile (Dictionary< string, int > inUsedFilePathCountDic, bool inIsAutoDeleteFile) |
|
virtual List< string > | getRelatedFiles () |
|
virtual List< string > | getInternalFormatFilePath () |
|
virtual ErrorType | verify () |
|
bool | IsError (bool inCheckDispOnly=true) |
|
bool | isSystemResource () |
|
bool | isDLCResource () |
|
void | setToModified () |
|
virtual string[] | getPathList () |
|
string | getExtension () |
|
virtual void | ChangeReImportPath () |
|
virtual List< Guid > | GetUsedResourceIdList () |
|
override void | ChangeId (Dictionary< Guid, Rom.RomItem > inChangeIdDic) |
|
void | ClearResourceHolderCache () |
|
virtual void | reload () |
|
bool | isExistNewerTimeStamp () |
|
virtual void | renamePath (string inNewPath) |
|
virtual void | setNativeResourcePath (string inFolderPath) |
| set full path of native resource for system project y More...
|
|
string | getCategory (string locale=null) |
|
| RomItem () |
|
System.Drawing.Bitmap | getThumbnail (THUMBNAILMAKERNOTIFY notify, out bool setNotify) |
|
System.Drawing.Bitmap | getThumbnail (THUMBNAILMAKERNOTIFY notify) |
|
System.Drawing.Bitmap | getThumbnail () |
|
void | invalidateThumbnail () |
|
void | invalidateThumbnail (THUMBNAILMAKERNOTIFY notify) |
|
void | forceInvalidateThumbnail (THUMBNAILMAKERNOTIFY notify) |
|
virtual void | save (BinaryWriter writer) |
|
virtual void | load (BinaryReader reader) |
|
virtual void | saveUsedGUID (BinaryWriter writer, bool inIncludeChildUseRomGUID) |
| Export the GUID you are using (for tools) More...
|
|
void | saveUsedGUID (BinaryWriter writer) |
| Export the GUID you are using (for tools) More...
|
|
virtual bool | initializingAfterLoading () |
|
virtual void | reImport () |
|
virtual void | export (string path) |
|
virtual void | onCatalogCleanup () |
|
virtual void | onNameChanged () |
|
void | copyFrom (Common.Rom.RomItem src) |
|
virtual void | CheckRecourceConsistency (Catalog inCatalog) |
|
virtual void | ChangeId (Dictionary< Guid, Rom.RomItem > inChangeIdDic) |
| Replace the Id you are using with the corresponding Rom Id More...
|
|
void | ClearId (List< Rom.RomItem > inClearRomItemList) |
| Removed rom usage in list More...
|
|
void | Dispose () |
|
void | AddUpdatecall (int count) |
|
void | save (BinaryWriter writer) |
|
void | load (BinaryReader reader) |
|
|
static string | makeCreatePath (string srcpath, bool overwrite=false) |
|
static Texture | import (string srcpath, Shape inShape) |
|
static Texture | import (string srcpath, string dstpath, Shape inShape=Shape._2D) |
|
static Texture | createTextureResource (string path, Catalog catalog, bool srgb, bool addToCatalog, Shape shape, Usage usage, Slice slice, out bool isNew) |
|
static System.Guid | GetCommonTextureGuid (CommonTexture commonTexture) |
|
static System.Guid[] | GetCommonTextureGuidList () |
|
static CommonTexture | GetCommonTextureFromGuid (System.Guid guid) |
|
static bool | isCommonTextureGuid (System.Guid guid) |
|
static System.Drawing.Bitmap | GetCommonTextureBitmapFromGuid (System.Guid guid) |
|
static Texture | getDefaultCommonTexture (CommonTexture commonTexture) |
|
static Texture | createErrorTexture (bool inSRGB) |
|
static void | convertModelTexture (Catalog catalog, string basename, SharpKmyGfx.ModelData mdl, List< Texture > list, List< Material > mlist, MaterialSet mset) |
|
static void | setReflectionMap (SharpKmyGfx.GameView gameview, string name) |
|
static string | makeCreateFilePath (Type inType, string inSrcPath, bool inIsOverWrite) |
| Creating a file path to copy resource files to More...
|
|
static void | writeChunk (System.IO.BinaryWriter writer, IChunk rom) |
|
static void | readChunk (System.IO.BinaryReader reader, IChunk rom) |
|
static void | skipChunk (System.IO.BinaryReader reader) |
|
static T | Clone< T > (RomItem inSrc) |
|
static bool | equalChunk (IChunk a, IChunk b) |
|
static IChunk | duplicate (IChunk rom) |
|
A class that manages texture resources