TiledLayer の変更点


[[API Reference]] > [[flixel.addons.editors.tiled]] > TiledLayer

*TiledLayer [#pad096c3]
タイルレイヤーの情報を保持するクラスです

----
#contents
----

*フィールド [#k1307b0a]
** map:TiledMap : Tiled Map Dataの情報 [#q80234f2]
** name:String : タイルレイヤー名 [#b479ed24]
** x:Int : [#bc1d0d46]
** y:Int : [#l6da05a1]
** width:Int : レイヤーの幅 [#ve85ed93]
** height:Int : レイヤーの高さ [#a51e9a76]
** opacity:Float : アルファ値? [#bb1f1a57]
** visible:Bool : 表示するかどうか [#p0bb4aa5]
** properties:TilePropertySet : プロパティデータ [#o2202f75]
** properties:TiledPropertySet : プロパティデータ [#o2202f75]
** tiles:Array<TiledTile> : タイル情報 [#jf75830a]