EntropyCanvas::MeshComponent
EntropyCanvas::MeshComponent
Section titled “EntropyCanvas::MeshComponent”Mesh component for renderable geometry. More…
#include <MeshComponent.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | visible |
| uint32_t | renderQueue |
| std::string | meshPath |
| std::string | materialPath |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::MeshComponent;Mesh component for renderable geometry.
References GPU assets by path/handle.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable visible
Section titled “variable visible”bool visible {true};variable renderQueue
Section titled “variable renderQueue”uint32_t renderQueue {2000};variable meshPath
Section titled “variable meshPath”std::string meshPath;variable materialPath
Section titled “variable materialPath”std::string materialPath;Updated on 2026-01-26 at 17:14:35 -0500