Cogs.Core
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Cogs::Core::ClipShapeCache Struct Reference

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
 

Detailed Description

Definition at line 32 of file GenerateListTask.h.

Member Function Documentation

◆ getIndex()

uint8_t Cogs::Core::ClipShapeCache::getIndex ( Context context,
ComponentModel::ComponentHandle  clipShapeHandle 
)

Definition at line 87 of file GenerateListTask.cpp.

Member Data Documentation

◆ count

size_t Cogs::Core::ClipShapeCache::count = 1

Definition at line 42 of file GenerateListTask.h.

◆ data

Item Cogs::Core::ClipShapeCache::data[maxClipShapes] = {}

Definition at line 41 of file GenerateListTask.h.

◆ handles

ComponentModel::ComponentHandle Cogs::Core::ClipShapeCache::handles[maxClipShapes] = {}

Definition at line 40 of file GenerateListTask.h.

◆ maxClipShapes

constexpr size_t Cogs::Core::ClipShapeCache::maxClipShapes = 8
staticconstexpr

Definition at line 39 of file GenerateListTask.h.


The documentation for this struct was generated from the following files: