Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::ModelPart Struct Reference

Public Member Functions

 ModelPart (ModelPart &modelPart)=delete
 
 ModelPart (ModelPart &&modelPart)=default
 

Public Attributes

uint32_t parentIndex = NoParentPart
 
uint32_t boundsIndex = NoIndex
 
uint32_t meshIndex = NoIndex
 
uint32_t materialIndex = NoIndex
 
uint32_t startIndex = 0
 
uint32_t vertexCount = static_cast<uint32_t>(-1)
 
uint32_t nameIndex = NoIndex
 
uint32_t transformIndex = NoIndex
 
uint32_t firstProperty = 0
 
uint32_t numProperties = 0
 
Cogs::PrimitiveType primitiveType = Cogs::PrimitiveType::None
 
uint32_t pad
 

Detailed Description

Definition at line 20 of file Model.h.

Member Data Documentation

◆ boundsIndex

uint32_t Cogs::Core::ModelPart::boundsIndex = NoIndex

Definition at line 27 of file Model.h.

◆ firstProperty

uint32_t Cogs::Core::ModelPart::firstProperty = 0

Definition at line 37 of file Model.h.

◆ materialIndex

uint32_t Cogs::Core::ModelPart::materialIndex = NoIndex

Definition at line 29 of file Model.h.

◆ meshIndex

uint32_t Cogs::Core::ModelPart::meshIndex = NoIndex

Definition at line 28 of file Model.h.

◆ nameIndex

uint32_t Cogs::Core::ModelPart::nameIndex = NoIndex

Definition at line 34 of file Model.h.

◆ numProperties

uint32_t Cogs::Core::ModelPart::numProperties = 0

Definition at line 38 of file Model.h.

◆ pad

uint32_t Cogs::Core::ModelPart::pad

Definition at line 41 of file Model.h.

◆ parentIndex

uint32_t Cogs::Core::ModelPart::parentIndex = NoParentPart

Definition at line 26 of file Model.h.

◆ primitiveType

Cogs::PrimitiveType Cogs::Core::ModelPart::primitiveType = Cogs::PrimitiveType::None

Definition at line 40 of file Model.h.

◆ startIndex

uint32_t Cogs::Core::ModelPart::startIndex = 0

Definition at line 31 of file Model.h.

◆ transformIndex

uint32_t Cogs::Core::ModelPart::transformIndex = NoIndex

Definition at line 35 of file Model.h.

◆ vertexCount

uint32_t Cogs::Core::ModelPart::vertexCount = static_cast<uint32_t>(-1)

Definition at line 32 of file Model.h.


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