NativeQuadtree icon indicating copy to clipboard operation
NativeQuadtree copied to clipboard

Code examples in readme?

Open johanhelsing opened this issue 5 years ago • 2 comments

It would be really nice if the readme had some code examples of what's currently possible with the container.

Also, looks like a really cool project :) I've been looking for something like this for a good while!

johanhelsing avatar Apr 26 '20 07:04 johanhelsing

Hey, agreed. There is examples in the QuadtreeJobs file, could put those also in the readme.

And glad to hear so :)

marijnz avatar Apr 26 '20 10:04 marijnz

The QuadTreeJobs.cs file does not contain code examples... That is to say it doesn't say how to use this code... 1: How does one make a new NativeQuadTree object into which objects may be added? 2: How does one add objects to the NativeQuadTree? 3: How does one query the NativeQuadTree and return a list or array of items?

JennaScvl avatar Feb 15 '24 01:02 JennaScvl