TilemapPlugin
此内容尚不支持你的语言。
Defined in: tilemap/tilemapPlugin.ts:764
Installs the tilemap runtime into an app. Stateless on purpose: what it installs is per app, and this object is a singleton that several apps share.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TilemapPlugin():
TilemapPlugin
Returns
Section titled “Returns”TilemapPlugin
Properties
Section titled “Properties”name:
string='tilemap'
Defined in: tilemap/tilemapPlugin.ts:765
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”build()
Section titled “build()”build(
app):void
Defined in: tilemap/tilemapPlugin.ts:767
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”cleanup()
Section titled “cleanup()”cleanup(
app?):void
Defined in: tilemap/tilemapPlugin.ts:773
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void