Isle
|
[AI] Maps an ROI and index for animation nodes/actors. More...
#include <legoanimpresenter.h>
Public Attributes | |
LegoROI * | m_roi |
Associated LEGO Region of Interest (ROI) for animation [AI]. More... | |
MxU32 | m_index |
Index value for lookup or ordering [AI]. More... | |
[AI] Maps an ROI and index for animation nodes/actors.
[AI] Used for associating a named animation resource or actor instance with its model (ROI) and a 1-based index. This is critical for matching animation channels to scene objects.
Definition at line 56 of file legoanimpresenter.h.
MxU32 LegoAnimStruct::m_index |
Index value for lookup or ordering [AI].
Definition at line 58 of file legoanimpresenter.h.
LegoROI* LegoAnimStruct::m_roi |
Associated LEGO Region of Interest (ROI) for animation [AI].
Definition at line 57 of file legoanimpresenter.h.