Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Reset () |
void | CopyFrom (TileObjectPreviewData copy) |
void | AllInvalid () |
Static Public Attributes | |
static TileObjectPreviewData | placementCache |
static TileObjectPreviewData | randomCache |
const int | None = 0 |
const int | ValidSpot = 1 |
const int | InvalidSpot = 2 |
Properties | |
bool | Active [get, set] |
ushort | Type [get, set] |
short | Style [get, set] |
int | Alternate [get, set] |
int | Random [get, set] |
Point16 | Size [get, set] |
Point16 | Coordinates [get, set] |
Point16 | ObjectStart [get, set] |
int | this[int x, int y] [get, set] |
Private Attributes | |
ushort | _type |
short | _style |
int | _alternate |
int | _random |
bool | _active |
Point16 | _size |
Point16 | _coordinates |
Point16 | _objectStart |
int[,] | _data |
Point16 | _dataSize |
float | _percentValid |
Definition at line 5 of file TileObjectPreviewData.cs.