프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Calculate | void | ||
SetupBaseObject | void | ||
WriteCheck | void | ||
addAlternate | void | ||
addBaseTile | void | ||
addSubTile | void | ||
addTile | void |
메소드 | 설명 | |
---|---|---|
CalculatePlacementStyle ( int style, int alternate, int random ) : int | ||
CallPostPlacementPlayerHook ( int tileX, int tileY, int type, int style, int dir, |
||
CheckLavaDeath ( |
||
CheckLavaDeath ( int type, int style ) : bool | ||
CheckLiquidPlacement ( int type, int style, |
||
CheckWaterDeath ( |
||
CheckWaterDeath ( int type, int style ) : bool | ||
CopyFrom ( |
||
CustomPlace ( int type, int style ) : bool | ||
FullCopyFrom ( |
||
FullCopyFrom ( ushort tileType ) : void | ||
GetTileData ( |
||
GetTileData ( int type, int style, int alternate ) : |
||
Initialize ( ) : void | ||
LiquidPlace ( |
||
LiquidPlace ( int type, |
||
OriginToTopLeft ( int type, int style, |
||
PlatformFrameWidth ( ) : int | ||
SyncObjectPlacement ( int tileX, int tileY, int type, int style, int dir ) : void | ||
TileObjectData ( |
||
isValidAlternateAnchor ( int type ) : bool | ||
isValidTileAnchor ( int type ) : bool | ||
isValidWallAnchor ( int type ) : bool |
메소드 | 설명 | |
---|---|---|
Calculate ( ) : void | ||
SetupBaseObject ( ) : void | ||
WriteCheck ( ) : void | ||
addAlternate ( int baseStyle ) : void | ||
addBaseTile ( |
||
addSubTile ( int style ) : void | ||
addTile ( int tileType ) : void |
public CalculatePlacementStyle ( int style, int alternate, int random ) : int | ||
style | int | |
alternate | int | |
random | int | |
리턴 | int |
public static CallPostPlacementPlayerHook ( int tileX, int tileY, int type, int style, int dir, |
||
tileX | int | |
tileY | int | |
type | int | |
style | int | |
dir | int | |
data | ||
리턴 | bool |
public static CheckLavaDeath ( |
||
checkTile | ||
리턴 | bool |
public static CheckLavaDeath ( int type, int style ) : bool | ||
type | int | |
style | int | |
리턴 | bool |
public static CheckLiquidPlacement ( int type, int style, |
||
type | int | |
style | int | |
checkTile | ||
리턴 | bool |
public static CheckWaterDeath ( |
||
checkTile | ||
리턴 | bool |
public static CheckWaterDeath ( int type, int style ) : bool | ||
type | int | |
style | int | |
리턴 | bool |
public static CustomPlace ( int type, int style ) : bool | ||
type | int | |
style | int | |
리턴 | bool |
public FullCopyFrom ( |
||
copy | ||
리턴 | void |
public static GetTileData ( |
||
getTile | ||
리턴 |
public static GetTileData ( int type, int style, int alternate ) : |
||
type | int | |
style | int | |
alternate | int | |
리턴 |
public static LiquidPlace ( int type, |
||
type | int | |
checkTile | ||
리턴 | bool |
public static OriginToTopLeft ( int type, int style, |
||
type | int | |
style | int | |
baseCoords | ||
리턴 | void |
public static SyncObjectPlacement ( int tileX, int tileY, int type, int style, int dir ) : void | ||
tileX | int | |
tileY | int | |
type | int | |
style | int | |
dir | int | |
리턴 | void |
public TileObjectData ( |
||
copyFrom | ||
리턴 | System |