API Documentation
DecodedEntityData.h
1 // DecodedEntityData.h
3 //
5 
6 namespace nkGraphics
7 {
13  struct DecodedEntityData final
14  {
15  // Attributes
18  int _nodeIndex = -1 ;
19  } ;
20 }
nkGraphics::DecodedEntityData
Holds data about a decoded entity.
Definition: DecodedEntityData.h:14
nkGraphics::DecodedEntityData::_materialIndices
nkMemory::BufferCast< unsigned int > _materialIndices
The set of materials contained, as indices pointing to their DecodedMaterialData set counterpart.
Definition: DecodedEntityData.h:17
nkGraphics::DecodedEntityData::_meshIndices
nkMemory::BufferCast< unsigned int > _meshIndices
The set of meshes contained, as indices pointing to their DecodedMeshData set counterpart.
Definition: DecodedEntityData.h:16
nkMemory::BufferCast< unsigned int >
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkGraphics::DecodedEntityData::_nodeIndex
int _nodeIndex
The parent node, as the index within the DecodedNodeData set counterpart. No parent is encoded by -1.
Definition: DecodedEntityData.h:18