C# Class TMXGlueLib.TiledMapToShapeCollectionConverter

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
ToShapeCollection ( this tiledMapSave, string layerName = null ) : ShapeCollection
ToShapeCollectionSave ( this tiledMapSave, string layerName ) : ShapeCollectionSave

Private Methods

Méthode Description
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

Method Details

ToShapeCollection() public static méthode

public static ToShapeCollection ( this tiledMapSave, string layerName = null ) : ShapeCollection
tiledMapSave this
layerName string
Résultat ShapeCollection

ToShapeCollectionSave() public static méthode

public static ToShapeCollectionSave ( this tiledMapSave, string layerName ) : ShapeCollectionSave
tiledMapSave this
layerName string
Résultat FlatRedBall.Content.Math.Geometry.ShapeCollectionSave