C# Класс TMXGlueLib.TiledMapToShapeCollectionConverter

Показать файл Открыть проект

Открытые методы

Метод Описание
ToShapeCollection ( this tiledMapSave, string layerName = null ) : ShapeCollection
ToShapeCollectionSave ( this tiledMapSave, string layerName ) : ShapeCollectionSave

Приватные методы

Метод Описание
ConvertTmxObjectToFrbPolygonSave ( this tiledMapSave, string name, double x, double y, double w, double h, double rotation, mapObjectgroupObjectEllipse ellipse ) : PolygonSave
ConvertTmxObjectToFrbPolygonSave ( this tiledMapSave, string name, double x, double y, double rotation, string points, bool connectBackToStart ) : PolygonSave

Описание методов

ToShapeCollection() публичный статический Метод

public static ToShapeCollection ( this tiledMapSave, string layerName = null ) : ShapeCollection
tiledMapSave this
layerName string
Результат ShapeCollection

ToShapeCollectionSave() публичный статический Метод

public static ToShapeCollectionSave ( this tiledMapSave, string layerName ) : ShapeCollectionSave
tiledMapSave this
layerName string
Результат FlatRedBall.Content.Math.Geometry.ShapeCollectionSave