Logo
公開型 | 公開メンバ関数 | 公開変数類 | 全メンバ一覧
Yukar.Common.GameData.BackLog クラス
Yukar.Common.GameData.BackLog の継承関係図
Yukar.Common.GameData.IGameDataItem

公開型

enum  Type { MESSAGE , DIALOGUE , TELOP , CAPTION }
 

公開メンバ関数

void load (Catalog catalog, BinaryReader reader)
 
void save (BinaryWriter writer)
 
void save (BinaryWriter writer)
 
void load (Catalog catalog, BinaryReader reader)
 

公開変数類

Type type = Type.MESSAGE
 
string text = ""
 

列挙型メンバ詳解

◆ Type

列挙値
MESSAGE 
DIALOGUE 
TELOP 
CAPTION 

メソッド詳解

◆ load()

void Yukar.Common.GameData.BackLog.load ( Catalog  catalog,
BinaryReader  reader 
)

Yukar.Common.GameData.IGameDataItemを実装しています。

◆ save()

void Yukar.Common.GameData.BackLog.save ( BinaryWriter  writer)

Yukar.Common.GameData.IGameDataItemを実装しています。

メンバ詳解

◆ text

string Yukar.Common.GameData.BackLog.text = ""

◆ type

Type Yukar.Common.GameData.BackLog.type = Type.MESSAGE