Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ObjectPopulator

Hierarchy

  • ObjectPopulator

Index

Constructors

Properties

Methods

Constructors

Private constructor

Properties

Static agentList

agentList: {}

Type declaration

  • [index: string]: mRTypes.AgentConstructor

Static objList

objList: {}

Type declaration

  • [index: string]: mRTypes.TiledObjConstructor

Methods

Static newObject

  • newObject<T>(scene: Scene, objID: string, obj: Phaser.Types.Tilemaps.TiledObject): T

Static setData

  • setData(objList: {}, agentList: {}): void
  • Parameters

    • objList: {}
      • [index: string]: mRTypes.TiledObjConstructor
    • agentList: {}
      • [index: string]: mRTypes.AgentConstructor

    Returns void

Generated using TypeDoc