phaser-plugin-inspector
Version:
View and change Phaser 3 game properties
33 lines (32 loc) • 648 B
JavaScript
export { InspectorGlobalPlugin } from './InspectorGlobalPlugin';
export { InspectorScenePlugin } from './InspectorScenePlugin';
export { DefaultPluginsConfig } from './DefaultPluginsConfig';
export { Install } from './Install';
export {
AddActive,
AddAlpha,
AddAnimationState,
AddArcadeBody,
AddArcadePhysicsWorld,
AddCamera,
AddChain,
AddFXComponent,
AddFXController,
AddGameObject,
AddGroup,
AddInput,
AddKey,
AddKeys,
AddLight,
AddMatterPhysicsWorld,
AddParticleEmitter,
AddPipeline,
AddPointer,
AddScenes,
AddSound,
AddTimeline,
AddTimerEvent,
AddTween,
AddVideo,
AddVisible
} from './util';