Cogs.Core
|
Classes | |
struct | Item |
Public Member Functions | |
COGSCORE_DLL_API uint8_t | getIndex (Context *context, ComponentModel::ComponentHandle clipShapeHandle) |
Public Attributes | |
ComponentModel::ComponentHandle | handles [maxClipShapes] = {} |
Item | data [maxClipShapes] = {} |
size_t | count = 1 |
Static Public Attributes | |
static constexpr size_t | maxClipShapes = 8 |
Definition at line 32 of file GenerateListTask.h.
uint8_t Cogs::Core::ClipShapeCache::getIndex | ( | Context * | context, |
ComponentModel::ComponentHandle | clipShapeHandle | ||
) |
Definition at line 87 of file GenerateListTask.cpp.
size_t Cogs::Core::ClipShapeCache::count = 1 |
Definition at line 42 of file GenerateListTask.h.
Item Cogs::Core::ClipShapeCache::data[maxClipShapes] = {} |
Definition at line 41 of file GenerateListTask.h.
ComponentModel::ComponentHandle Cogs::Core::ClipShapeCache::handles[maxClipShapes] = {} |
Definition at line 40 of file GenerateListTask.h.
|
staticconstexpr |
Definition at line 39 of file GenerateListTask.h.