Instances of regular terrain (not stairs) More...
Public Member Functions | |
ChipInfo (Common.Resource.MapChip i, int idx, int unit) | |
Public Member Functions inherited from 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) |
Additional Inherited Members | |
Public Attributes inherited from Yukar.Engine.ChipInfoBase | |
int | index |
Common.Resource.MapChip | info |
List< SharpKmyMath.Vector2 > | uvlist = new List<SharpKmyMath.Vector2>() |
Color | repColor = Color.White |
int | animIndex = 0 |
int | vnum |
int | hnum |
ChipInfoBase | stairsChipInfo = null |
Static Public Attributes inherited from Yukar.Engine.ChipInfoBase | |
const int | MIPLEVEL = 4 |
const int | MAXMARGIN = 32 |
static Action | sChipStoreErrorHandler = null |
Instances of regular terrain (not stairs)
Yukar.Engine.ChipInfo.ChipInfo | ( | Common.Resource.MapChip | i, |
int | idx, | ||
int | unit | ||
) |