![]()  | 
  
    Gamedev Framework (gf)
    0.14.0
    
   A C++14 framework for 2D games 
   | 
 
A polyline object. More...
#include <gf/Tmx.h>

Public Attributes | |
| std::vector< Vector2f > | points | 
| The points of the polyline.  More... | |
  Public Attributes inherited from gf::TmxObject | |
| Kind | kind | 
| The kind of the object.  More... | |
| TmxProperties | properties | 
| The properties of the object.  More... | |
| int | id | 
| The id of the object.  More... | |
| std::string | name | 
| The name of the object.  More... | |
| std::string | type | 
| The type of the object.  More... | |
| Vector2f | position | 
| The position of the object.  More... | |
| double | rotation | 
| The rotation of the object.  More... | |
| bool | visible | 
| The visibility of the object.  More... | |
Additional Inherited Members | |
  Public Types inherited from gf::TmxObject | |
| enum | Kind {  Rectangle, Ellipse, Polyline, Polygon, Tile, Text, Point }  | 
| The kind of object.  More... | |
  Public Member Functions inherited from gf::TmxObject | |
| virtual | ~TmxObject () | 
| Destructor.  More... | |
A polyline object.
A polyline is an open set of lines
| std::vector<Vector2f> gf::TmxPolyline::points | 
The points of the polyline.
 1.8.13