C# Class FuncWorks.XNA.XTiled.LayerInfo

References either a TileLayer or ObjectLayer
Show file Open project: Bacon41/PantheonPrototype

Public Properties

Property Type Description
ID System.Int32
LayerType LayerType

Property Details

ID public property

The Layer Index/ID
public Int32,System ID
return System.Int32

LayerType public property

They type of layer
public LayerType LayerType
return LayerType