C# 클래스 TMXGlueLib.TiledMapToShapeCollectionConverter

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
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