Assimp
v4.1. (December 2018)
|
Represents a single element in a MD5 file. More...
Public Attributes | |
unsigned int | iLineNumber |
Original line number (can be used in error messages if a parsing error occurs) More... | |
char * | szStart |
Points to the starting point of the element Whitespace at the beginning and at the end have been removed, Elements are terminated with \0. More... | |
Represents a single element in a MD5 file.
Elements are always contained in sections.
unsigned int Assimp::MD5::Element::iLineNumber |
Original line number (can be used in error messages if a parsing error occurs)
char* Assimp::MD5::Element::szStart |
Points to the starting point of the element Whitespace at the beginning and at the end have been removed, Elements are terminated with \0.