C# Class Nez.Tiled.TiledLayer

Show file Open project: prime31/Nez

Public Properties

Property Type Description
name string
offset Microsoft.Xna.Framework.Vector2
opacity float
properties string>.Dictionary
visible bool

Public Methods

Method Description
draw ( Batcher batcher, Vector2 position, float layerDepth, RectangleF cameraClipBounds ) : void

Protected Methods

Method Description
TiledLayer ( string name ) : System.Collections.Generic

Method Details

TiledLayer() protected method

protected TiledLayer ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

draw() public abstract method

public abstract draw ( Batcher batcher, Vector2 position, float layerDepth, RectangleF cameraClipBounds ) : void
batcher Batcher
position Microsoft.Xna.Framework.Vector2
layerDepth float
cameraClipBounds RectangleF
return void

Property Details

name public property

public string name
return string

offset public property

public Vector2,Microsoft.Xna.Framework offset
return Microsoft.Xna.Framework.Vector2

opacity public property

public float opacity
return float

properties public property

public Dictionary properties
return string>.Dictionary

visible public property

public bool visible
return bool