Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and Drop Parenting #1374

Closed
Bonicx opened this issue Oct 17, 2017 · 5 comments
Closed

Drag and Drop Parenting #1374

Bonicx opened this issue Oct 17, 2017 · 5 comments
Labels
drag drop drag and drop tree tree nodes

Comments

@Bonicx
Copy link

Bonicx commented Oct 17, 2017

Hi I would like to know if drag and drop parenting could be done without any collision/AABB methods to achieve something like https://docs.unity3d.com/Manual/Hierarchy.html

@ocornut
Copy link
Owner

ocornut commented Oct 17, 2017 via email

@Bonicx
Copy link
Author

Bonicx commented Oct 17, 2017

https://youtu.be/a2FY0fMuxvE
Using unity as an example.
Creating a child of a gameobject by dragging it to another object and making to the parent gameobject

@ocornut
Copy link
Owner

ocornut commented Oct 17, 2017

It's not really a first class citizen in the library (yet), but you can manually achieve those things with extra code. See the thread I linked above.

@ocornut ocornut added the drag drop drag and drop label Apr 11, 2018
@ngminteck
Copy link

this what i want to implement
#2209

@ocornut ocornut added the tree tree nodes label Oct 25, 2022
@ocornut
Copy link
Owner

ocornut commented Oct 25, 2022

Closing as old/duplicate, there are existing implementation for that.

@ocornut ocornut closed this as completed Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
drag drop drag and drop tree tree nodes
Projects
None yet
Development

No branches or pull requests

3 participants