Jump to content

help reading documentation


basilioos
 Share

Recommended Posts

documentation for Phaser 3 at Phaser.Types.Scenes.SettingsConfig did’t mention that pack property can receive a files as array of file obj … and file obj type gives error … because it doesn’t have property called `type` it only has :-
type PackFileConfig = {
key: string;
url?: string | any;
extension?: string;
dataKey?: string;
xhrSettings?: Phaser.Types.Loader.XHRSettingsObject;
};
where to find that Phaser.Types.Scenes.SettingsConfig pack property can recive array of Phaser.Types.Loader.FileTypes.PackFileConfig … where to read that … thank you .

Link to comment
Share on other sites

  • 2 months later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...