NAP
Public Attributes | List of all members
PolyLineProperties Struct Reference

#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...
 

Description

Common polyline properties.

Member Data Documentation

◆ mColor

glm::vec4 mColor = { 1.0f, 1.0f, 1.0f,1.0f }

Property: 'Color' RGBA color of the line.

◆ mUsage

Property: 'Usage' If the line is created once or frequently updated.