How can I delete multiple objects in OOP?

Each of my objects has a model, and want to make it so that I can delete the OOP Object using the model. Is this possible?

1 Like

What is OOP objects (dont mind this)

2 Likes

if you are attempting to have the object and the instance linked then I would recommend checking out sleitnick’s. This will tie the lifetime of the instance to the lifetime of the created object.

1 Like