TargetManager Get Indicator
Get the spawned widget associated with a tracked target.
Parameters
| Parameter | Description |
|---|---|
| Manager | The target manager component. |
| Target | The tracked Transform. |
| Indicator | Optional GameObject output for the spawned widget. |
| Rect Transform | Optional RectTransform output for the spawned widget root. |
Notes
- Use this when you want to inspect or modify the widget created for a target.
- If the target is not tracked, the outputs stay empty.
- This is often paired with TargetWidget Get Info.