#include <polyline.h>
Public Attributes | |
| EMemoryUsage | mUsage = EMemoryUsage::Static |
| Property: 'Usage' If the line is created once or frequently updated. More... | |
| glm::vec4 | mColor = { 1.0f, 1.0f, 1.0f,1.0f } |
| Property: 'Color' RGBA color of the line. More... | |
Common polyline properties.
| glm::vec4 mColor = { 1.0f, 1.0f, 1.0f,1.0f } |
Property: 'Color' RGBA color of the line.
| EMemoryUsage mUsage = EMemoryUsage::Static |
Property: 'Usage' If the line is created once or frequently updated.