Logo
公開メンバ関数 | 全メンバ一覧
Yukar.Engine.ChipInfo クラス

通常地形(階段ではない)のインスタンス [詳解]

Yukar.Engine.ChipInfo の継承関係図
Yukar.Engine.ChipInfoBase

公開メンバ関数

 ChipInfo (Common.Resource.MapChip i, int idx, int unit)
 
- 基底クラス Yukar.Engine.ChipInfoBase に属する継承公開メンバ関数
 ChipInfoBase (Common.Resource.MapChip i, int idx, int unit)
 
 ChipInfoBase (Common.Resource.MapChip i, int idx, int unit, string filePath, string stairsFilePath)
 
void Release ()
 
void setUV (int width, int height, ref int xofs, ref int yofs, int unit)
 
void storeCore (int height, SharpKmyGfx.Texture col, SharpKmyGfx.Texture nrm, SharpKmyGfx.Texture msk, int unit, bool ignoreDelay=false)
 
bool animateOne (int unit)
 

その他の継承メンバ

- 基底クラス Yukar.Engine.ChipInfoBase に属する継承公開変数類
int index
 
Common.Resource.MapChip info
 
List< SharpKmyMath.Vector2uvlist = new List<SharpKmyMath.Vector2>()
 
Color repColor = Color.White
 
int animIndex = 0
 
int vnum
 
int hnum
 
ChipInfoBase stairsChipInfo = null
 
- 基底クラス Yukar.Engine.ChipInfoBase に属する継承静的公開変数類
const int MIPLEVEL = 4
 
const int MAXMARGIN = 32
 
static Action sChipStoreErrorHandler = null
 

詳解

通常地形(階段ではない)のインスタンス

構築子と解体子

◆ ChipInfo()

Yukar.Engine.ChipInfo.ChipInfo ( Common.Resource.MapChip  i,
int  idx,
int  unit 
)