#include <COP2_VexContext.h>
Public Member Functions | |
| cop2_TileCacheItem () | |
| bool | matches (int input, int plane, int array, float t, int u, int v) |
| cop2_TileCacheItem & | operator= (const cop2_TileCacheItem &) |
| void | set (int input, int plane, int array, float t) |
Public Attributes | |
| TIL_TileList * | myTileList |
| int | myInput |
| int | myPlane |
| int | myArray |
| float | myTime |
Definition at line 98 of file COP2_VexContext.h.
| cop2_TileCacheItem::cop2_TileCacheItem | ( | ) |
| bool cop2_TileCacheItem::matches | ( | int | input, | |
| int | plane, | |||
| int | array, | |||
| float | t, | |||
| int | u, | |||
| int | v | |||
| ) |
| cop2_TileCacheItem& cop2_TileCacheItem::operator= | ( | const cop2_TileCacheItem & | ) |
| void cop2_TileCacheItem::set | ( | int | input, | |
| int | plane, | |||
| int | array, | |||
| float | t | |||
| ) |
Definition at line 110 of file COP2_VexContext.h.
Definition at line 108 of file COP2_VexContext.h.
Definition at line 109 of file COP2_VexContext.h.
Definition at line 107 of file COP2_VexContext.h.
Definition at line 111 of file COP2_VexContext.h.
1.5.9