C# Class Nez.Tiled.TiledLayer

ファイルを表示 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_oe property

public string name
return string

offset public_oe property

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

opacity public_oe property

public float opacity
return float

properties public_oe property

public Dictionary properties
return string>.Dictionary

visible public_oe property

public bool visible
return bool