mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Move BitmapTextCharacter typedef to proper location
This commit is contained in:
parent
f8f8f38715
commit
e4b3e1ac15
2 changed files with 9453 additions and 9456 deletions
|
@ -7,7 +7,8 @@
|
|||
* @typedef {object} Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter
|
||||
* @since 3.50.0
|
||||
*
|
||||
* @property {number} i - The index of this character within the BitmapText text string.
|
||||
* @property {number} i - The index of this character within the BitmapText wrapped text string.
|
||||
* @property {number} idx - The index of this character within the BitmapText text string.
|
||||
* @property {string} char - The character.
|
||||
* @property {number} code - The character code of the character.
|
||||
* @property {number} x - The x position of the character in the BitmapText.
|
||||
|
|
18906
types/phaser.d.ts
vendored
18906
types/phaser.d.ts
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue