I am confused about the usage of IID and UID at runtime.
Basically i need to destroy an object's instance(out of multiple instances) using a button.
Every time i click the object and then click the destroyer button the object's last clicked instance should be destroyed.
I am not sure how to use IID or UID for 'picking' and then destroy the object.