TargetManager Remove Target
Remove one tracked target from a BaseTargetManager.
Parameters
| Parameter | Description |
|---|---|
| Manager | The target manager component. |
| Target | The tracked GameObject to remove. |
Notes
- If
ManagerorTargetis missing, the action does nothing. - Removing a target also destroys its spawned widget instance.
- To remove everything at once, use Clear Targets.