Hello!
I need to make my window with something like timeline:
I can click on area and key should be created:
If I click on created key, it should be deleted
How can I do this? (how can I create and delete keys?)
Hello!
I need to make my window with something like timeline:
I can click on area and key should be created:
If I click on created key, it should be deleted
How can I do this? (how can I create and delete keys?)
Hey there,
I have created and editor class like this before so it can be done. It requires quite of bit of work and more then I could explain in a thread.
I would suggest breaking it down into simple steps.
The Event system can give you any information about clicking (or even just make them buttons)
If you have a List you can just add and remove them. If they are in the list drawn them if not they are removed.
Thank you, BMayne.
It really turned out to be easier than I thought