TilemapPlugin
Defined in: tilemap/src/TilemapPlugin.ts:9
Plugin that adds Tiled map loading and rendering to YAGE.
Implements
Section titled “Implements”Plugin
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TilemapPlugin():
TilemapPlugin
Returns
Section titled “Returns”TilemapPlugin
Properties
Section titled “Properties”dependencies
Section titled “dependencies”
readonlydependencies: readonly ["renderer"]
Defined in: tilemap/src/TilemapPlugin.ts:12
Names of plugins this plugin depends on.
Implementation of
Section titled “Implementation of”Plugin.dependencies
readonlyname:"tilemap"="tilemap"
Defined in: tilemap/src/TilemapPlugin.ts:10
Unique plugin name.
Implementation of
Section titled “Implementation of”Plugin.name
version
Section titled “version”
readonlyversion:"2.0.0"="2.0.0"
Defined in: tilemap/src/TilemapPlugin.ts:11
Semantic version string.
Implementation of
Section titled “Implementation of”Plugin.version
Methods
Section titled “Methods”install()
Section titled “install()”install(
context):void
Defined in: tilemap/src/TilemapPlugin.ts:14
Install services into the engine context. Called in topological order.
Parameters
Section titled “Parameters”context
Section titled “context”EngineContext
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Plugin.install
registerSystems()
Section titled “registerSystems()”registerSystems(
scheduler):void
Defined in: tilemap/src/TilemapPlugin.ts:28
Register systems with the scheduler. Called after install.
Parameters
Section titled “Parameters”scheduler
Section titled “scheduler”SystemScheduler
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Plugin.registerSystems