Options
All
  • Public
  • Public/Protected
  • All
Menu

Glyphmap game object module.

copyright

2020 Photon Storm Ltd.

license

MIT License

author

kidthales kidthales@agogpixel.com

copyright

2021-present AgogPixel

license

MIT License

Index

Type aliases

GlyphmapCreator

GlyphmapCreator: (config?: GlyphmapConfig, addToScene?: boolean) => Glyphmap

Type declaration

GlyphmapFactory

GlyphmapFactory: (...args: ConstructorParameters<typeof Glyphmap> extends [unknown, ...infer R] ? R : never) => Glyphmap

Type declaration

    • (...args: ConstructorParameters<typeof Glyphmap> extends [unknown, ...infer R] ? R : never): Glyphmap
    • Glyphmap factory type.

      Parameters

      • Rest ...args: ConstructorParameters<typeof Glyphmap> extends [unknown, ...infer R] ? R : never

      Returns Glyphmap

Generated using TypeDoc