Table of Contents

Method List

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

List(IEnumerable<GridPoint2>)

Creates a 2D PointListShape with a list of given points.

public static IImplicitShape<GridPoint2> List(IEnumerable<GridPoint2> points)

Parameters

points IEnumerable<GridPoint2>

List of points that conform the shape.

Returns

IImplicitShape<GridPoint2>