Nostalgia  2.1.5
TileSet Class Reference

タイルセットのデータ。 More...

Inheritance diagram for TileSet:

Public Member Functions

Tile GetTile (int index)
 インデックスからTileを取得 More...
 
Tile FindTile (string name)
 名前でTileを探す。 More...
 
int IndexOfTile (Tile tile)
 Tileからインデックスを取得 More...
 
void ReattachCell (Cell cell)
 CellのTileをアタッチしなおす More...
 
void ReattachStamp (Stamp stamp)
 StampのTileをアタッチしなおす More...
 
Tile AddTile ()
 Tileを追加する。 More...
 
Tile InsertTile (int index)
 Tileを挿入する。 More...
 
void RemoveTile (Tile tile)
 Tileを削除する。 More...
 
void OnPreDestroy ()
 

Public Attributes

Material material
 マテリアル。 More...
 

Properties

int tileCount [get]
 Tileの数を取得 More...
 

Detailed Description

タイルセットのデータ。

Member Function Documentation

Tile AddTile ( )

Tileを追加する。

Returns
追加されたTile。
Tile FindTile ( string  name)

名前でTileを探す。

Parameters
name名前
Returns
Tile
Tile GetTile ( int  index)

インデックスからTileを取得

Parameters
indexインデックス
Returns
Tile
int IndexOfTile ( Tile  tile)

Tileからインデックスを取得

Parameters
tileTile
Returns
インデックス
Tile InsertTile ( int  index)

Tileを挿入する。

Returns
挿入されたTile。
Parameters
index挿入先のインデックス
void OnPreDestroy ( )
void ReattachCell ( Cell  cell)

CellのTileをアタッチしなおす

Parameters
cellCell
void ReattachStamp ( Stamp  stamp)

StampのTileをアタッチしなおす

Parameters
stampStamp
void RemoveTile ( Tile  tile)

Tileを削除する。

Parameters
tile削除するTile。

Member Data Documentation

Material material

マテリアル。

Property Documentation

int tileCount
get

Tileの数を取得