Daniel Scherzer
Daniel Scherzer
### Purpose of this PR Fixing the issue #1330 by changing `Box2.Contains(Box2 other)` to implement a "to have within" or "superset" operation in the mathematical sense. The current code ```C#...
### Description When you search for definitions of "contains" you often find "to have within" or "superset" in the mathematical sense, but the current code ```C# public bool Contains(Box2 other)...
Thanks for your amazing library. I want to monitor addition of a `bool` component to the world: ``` C# using World world = new(); bool called = false; world.SubscribeComponentAdded((in Entity...
If one uses tilesets with individual image files for each tile, like [ground.zip](https://github.com/Ragath/TiledLib.Net/files/2450943/ground.zip) These image files have no representation (especially no filePath) in the ITileset or possibly Tile data structures....
Hello again Daniel! I'd like to make a feature request please. When typing comments, the keyword completion remains active, causing the plugin to insert keywords from its list when I...