|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtualinherited |
Allows you to modify the smart interact parameters for the tile. Parameters already preset by deriving from TileObjectData defined for the tile.
Example usage: Beds/Dressers which have separate interactions based on where to click.
| width | Amount of tiles in x direction for which the smart interact should select for |
| height | Amount of tiles in y direction for which the smart interact should select for |
| frameWidth | Width of each tile, in pixels |
| frameHeight | Height of each tile, in pixels |
| extraY | Additional offset applied after calculations with frameHeight, in pixels |
Definition at line 185 of file ModTile.cs.