2D_Game_Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
LineVertex Struct Reference

#include <structs.hpp>

Public Member Functions

 LineVertex ()
 
 LineVertex (Vec2 pos, Vec4 color, int layer)
 

Public Attributes

Vec2 pos
 
Vec4 color
 
int layer
 

Detailed Description

Definition at line 38 of file structs.hpp.

Constructor & Destructor Documentation

◆ LineVertex() [1/2]

LineVertex::LineVertex ( )

Definition at line 16 of file structs.cpp.

◆ LineVertex() [2/2]

LineVertex::LineVertex ( Vec2 pos,
Vec4 color,
int layer )

Definition at line 17 of file structs.cpp.

Member Data Documentation

◆ color

Vec4 LineVertex::color

Definition at line 40 of file structs.hpp.

◆ layer

int LineVertex::layer

Definition at line 41 of file structs.hpp.

◆ pos

Vec2 LineVertex::pos

Definition at line 39 of file structs.hpp.


The documentation for this struct was generated from the following files: