Logo
公開メンバ関数 | 静的公開メンバ関数 | プロパティ | 全メンバ一覧
Yukar.Engine.BattleEnemyInfo クラス

エンカウント設定などで敵情報を受け渡しするためのクラス [詳解]

公開メンバ関数

 BattleEnemyInfo (Common.Rom.Cast inMonster, int inLevel=-1)
 
bool IsLayoutValid ()
 

静的公開メンバ関数

static BattleEnemyInfo[] ToArray (Common.Catalog catalog, Guid[] inList, Vector3[] inLayouts=null, int[] inLevels=null)
 

プロパティ

Guid Id [get]
 
int Level [get, set]
 
Vector3 Layout [get, set]
 
int EncountType [get]
 

詳解

エンカウント設定などで敵情報を受け渡しするためのクラス

構築子と解体子

◆ BattleEnemyInfo()

Yukar.Engine.BattleEnemyInfo.BattleEnemyInfo ( Common.Rom.Cast  inMonster,
int  inLevel = -1 
)

メソッド詳解

◆ IsLayoutValid()

bool Yukar.Engine.BattleEnemyInfo.IsLayoutValid ( )

◆ ToArray()

static BattleEnemyInfo[] Yukar.Engine.BattleEnemyInfo.ToArray ( Common.Catalog  catalog,
Guid[]  inList,
Vector3[]  inLayouts = null,
int[]  inLevels = null 
)
static

プロパティ詳解

◆ EncountType

int Yukar.Engine.BattleEnemyInfo.EncountType
get

◆ Id

Guid Yukar.Engine.BattleEnemyInfo.Id
get

◆ Layout

Vector3 Yukar.Engine.BattleEnemyInfo.Layout
getset

◆ Level

int Yukar.Engine.BattleEnemyInfo.Level
getset