Options
All
  • Public
  • Public/Protected
  • All
Menu

Glyph game object module.

author

kidthales kidthales@agogpixel.com

copyright

2021-present AgogPixel

license

MIT License

Index

Classes

Interfaces

Type aliases

Type aliases

GlyphCreator

GlyphCreator: (config?: GlyphConfig, addToScene?: boolean) => Glyph

Type declaration

GlyphFactory

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

Type declaration

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

      Parameters

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

      Returns Glyph

Generated using TypeDoc