![]() |
|
保存データ基底クラス [詳解]
公開型 |
|
enum | ThumbnailStatusType { Empty = 0 , Creating , Created , Failed } |
サムネイル画像生成状況
|
|
公開メンバ関数 |
|
string | getCategory (string locale=null) |
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) |
使用しているGUIDの書き出し(ツール用)
[詳解]
|
|
void | saveUsedGUID (BinaryWriter writer) |
使用しているGUIDの書き出し(ツール用)
[詳解]
|
|
virtual bool | initializingAfterLoading () |
virtual void | postImport (string srcpath) |
virtual void | reImport () |
virtual void | export (string path) |
virtual void | onCatalogCleanup () |
void | copyFrom (Common.Rom.RomItem src) |
virtual void | CheckRecourceConsistency (Catalog inCatalog) |
virtual void | ChangeId (Dictionary< Guid, Rom.RomItem > inChangeIdDic) |
使用しているIdを対応するロムのIdに差し替える
[詳解]
|
|
void | ClearId (List< Rom.RomItem > inClearRomItemList) |
リストのロムの使用を削除
[詳解]
|
|
void | Dispose () |
void | AddUpdatecall (int count) |
void | save (BinaryWriter writer) |
void | load (BinaryReader reader) |
静的公開メンバ関数 |
|
static void | writeChunk (System.IO.BinaryWriter writer, IChunk rom) |
static void | readChunk (System.IO.BinaryReader reader, IChunk rom) |
static T | Clone< T > (RomItem inSrc) |
static bool | equalChunk (IChunk a, IChunk b) |
公開変数類 |
|
Guid | guId |
String | name |
string | tags = "" |
string | category = "" |
静的公開変数類 |
|
static int | thumbnailWidth = 128 |
static int | thumbnailHeight = 128 |
const char | CATEGORY_SPLITTER = '\\' |
static CREATETHUMBNAIL | createThumbnailFunction = null |
const int | UnknownRefCount = -2000 |
限定公開メンバ関数 |
|
virtual void | Dispose (bool disposing) |
プロパティ |
|
System.Drawing.Bitmap |
Thumbnail
[get]
|
ThumbnailStatusType |
ThumbnailStatus
= ThumbnailStatusType.Empty
[get, set]
|
string |
Name
[get, set]
|
virtual int |
RefCount
[get]
|
virtual bool |
UseRefCount
[get]
|
Folder |
Parent
[get, set]
|
保存データ基底クラス
|
virtual |
使用しているIdを対応するロムのIdに差し替える
inChangeIdDic | 差し替えるロムの辞書 |
void Yukar.Common.Rom.RomItem.ClearId | ( | List< Rom.RomItem > | inClearRomItemList | ) |
リストのロムの使用を削除
inClearRomItemList | 削除するロムのリスト |
|
static |
T | : | new() |
|
virtual |
Yukar.Common.Rom.IChunkを実装しています。
Yukar.Common.Rom.Attribute, Yukar.Common.Rom.Castで再実装されています。
|
virtual |
Yukar.Common.Rom.IChunkを実装しています。
Yukar.Common.Rom.Attribute, Yukar.Common.Rom.Castで再実装されています。
void Yukar.Common.Rom.RomItem.saveUsedGUID | ( | BinaryWriter | writer | ) |
使用しているGUIDの書き出し(ツール用)
writer | ライター |
|
virtual |
使用しているGUIDの書き出し(ツール用)
writer | ライター |
inIncludeChildUseRomGUID | 使用しているロムが使用しているロムも含むか? |
Yukar.Common.Rom.Cast, Yukar.Common.Resource.ParticleBaseEffectSetting, Yukar.Common.Resource.GfxResourceBase, Yukar.Common.Resource.Material, Yukar.Common.Resource.Model, Yukar.Common.Resource.MotionSet, Yukar.Common.Resource.NSprite.Frame, Yukar.Common.Resource.NSprite, Yukar.Common.Resource.NSpriteSet, Yukar.Common.Resource.Particle, Yukar.Common.Resource.PhysicsSetup, Yukar.Common.Resource.SliceAnimationSet, Yukar.Common.Rom.Folder, Yukar.Common.Rom.Mapで再実装されています。