C# Class TiledLib.TileLayer

A map layer containing tiles.
Inheritance: TiledLib.Layer
显示文件 Open project: GarethIW/LDEngine Class Usage Examples

Private Methods

Method Description
TileLayer ( string name, int width, int height, bool visible, float opacity, PropertyCollection properties, Map map, List data ) : System.Collections.Generic
TileLayer ( string name, int width, int height, bool visible, float opacity, PropertyCollection properties, Map map, int data ) : System.Collections.Generic