Releases: samme/phaser-plugin-inspector
Releases · samme/phaser-plugin-inspector
v3.0.0-0 for Phaser v4.0.0 Beta 2
v3.0.0-0 for Phaser v4.0.0 Beta 2
Added
AddFilterController()
AddFilterList()
AddFilters()
AddPoint()
AddRectangle()
AddRectangleLike()
- Game loop
pauseDuration
monitor - WebGL renderer Lose context button
- Camera filter controls
- Game object filter controls
- Elapse timer controls
- Add to Display List, Remove from Display List buttons
- Add to Update List, Remove from Update List buttons
- Set interactive, Disable interactive buttons
Changed
- The "system" scene folder is empty and disabled.
- Camera folders are expanded.
Removed
AddFXComponent()
AddFXController()
AddPipeline()
Examples
v2.5.0
v2.4.2
v2.4.1
Changed
- In
AddGameObject()
, pipeline-related controls are added only if the game is running in WebGL mode.
Fixed
- Fixed an error when
AddGameObject()
readgetPipelineName()
in Canvas mode.
v2.4.0
Added
- Buttons to move Game Object within Display List
- Timer Event monitors:
getOverallProgress()
,getProgress()
,getOverallRemaining()
,getRemaining()
- Timer Event buttons: 'Dispatch and remove', 'Reset with current config'
Changed
- Timer Event
elapsed
from graph to field
Removed
- Timer Event 'Reset' button, since it produced an invalid object
v2.3.0
v2.2.0
Added
- "Add visible controls" button in Game → Scenes folder
- "Add visible controls" button in Scene → Display List folder
- "Add active controls" button in Scene → Update List folder
v2.1.0
- Add
AddVideo()