Nostalgia  2.1.5
CellObject Class Reference

Create CellObjectでアタッチされるコンポーネント More...

Inheritance diagram for CellObject:

Public Member Functions

bool SetTile (Tile tile, int partsID, Point2 tilePos, bool autoTiling, bool changeParts)
 Tileを設定する More...
 

Properties

Map map [get]
 関連付けされているMap More...
 
Point2 position [get, set]
 位置 More...
 
Cell cell [get]
 Cellを取得する More...
 

Detailed Description

Create CellObjectでアタッチされるコンポーネント

Member Function Documentation

bool SetTile ( Tile  tile,
int  partsID,
Point2  tilePos,
bool  autoTiling,
bool  changeParts 
)

Tileを設定する

Parameters
tileTile
partsIDパーツID
tilePosTileの位置
autoTilingtrueを設定した場合オートタイル。
changePartstrueを設定した場合パーツ変更。
Returns
true, 配置できた。 false それ以外。

Property Documentation

Cell cell
get

Cellを取得する

Map map
get

関連付けされているMap

Point2 position
getset

位置