Table of Contents

Class PolylineObject

Namespace
DotTiled
Assembly
DotTiled.dll

A polyline object in a map. The existing X and Y properties are used as the origin of the polyline.

public class PolylineObject : Object, IHasProperties
Inheritance
PolylineObject
Implements
Inherited Members

Properties

Points

The points that make up the polyline. X and Y are used as the origin of the polyline.

public required List<Vector2> Points { get; set; }

Property Value

List<Vector2>