|
| static void | resetInternalFormatUncreatableSection () |
| |
| static void | beginInternalFormatUncreatableSection () |
| |
| static void | endInternalFormatUncreatableSection (bool flushPCTarget) |
| |
| static bool | isInternalFormatCreatable () |
| |
| static void | createAllAssetsInternalFormat (Action< string > callback, SharpKmyPlatform.Target target) |
| |
| static void | registerUncatalogedTexture (string path, Guid textureGuid, SharpKmyGfx.PREMULTIPLIEDTYPE premultiplied=SharpKmyGfx.PREMULTIPLIEDTYPE.kCompatible, SharpKmyGfx.WRAPTYPE uWrap=SharpKmyGfx.WRAPTYPE.kREPEAT, SharpKmyGfx.WRAPTYPE vWrap=SharpKmyGfx.WRAPTYPE.kREPEAT) |
| | カタログ外テクスチャのスタブをs_texturelistに登録する。 登録後は getCountRequiredInternalFormatCreate / createAllAssetsInternalFormat の通常フローで処理される。既にGUIDが登録済みの場合はpremultipliedのみ反映する。 [詳解]
|
| |
| static void | reloadUncatalogedTexture (string newPath, Guid textureGuid) |
| |
| static void | reloadUncatalogedTexture (Guid textureGuid) |
| |
| static int | getCountRequiredInternalFormatCreate (SharpKmyPlatform.Target target) |
| |
| static void | beginForceRawAssetFileSection () |
| |
| static void | endForceRawAssetFileSection () |
| |
| static void | removeInternalFormatAssetFiles () |
| |
| static bool | isInternalFormatFileCreateRequired (SharpKmyGfx.Texture tex, SharpKmyPlatform.Target target) |
| |
| static bool | isInternalFormatFileCreateRequired (SharpKmyGfx.ModelData mdl, SharpKmyPlatform.Target target) |
| |
| static void | createInternalFormatFile (SharpKmyGfx.Texture tex, SharpKmyPlatform.Target target) |
| |
| static void | createInternalFormatFile (SharpKmyGfx.ModelData mdl, SharpKmyPlatform.Target target) |
| |
| static SharpKmyGfx.Texture[] | findTexturesBoundAsNormal () |
| |