Declared in TrackingSystem
Declaration
void UntrackObject(
Object obj
);Description
Stops tracking an object in the system. This will remove the object from the database and stop storing its properties.
Parameters
| Name | Description |
|---|---|
| obj | The object to stop tracking |