Instantiate Objects At Transform Radial 2D
Instantiates multiple prefabs using a transform as center with radial angle/radius ranges.
| Parameter | Description |
|---|---|
| Prefab | Prefab to spawn. |
| Count | Number of instances to spawn. |
| Transform | Center transform used for position and base rotation. |
| Angle Range | Min/max angular spread around the transform rotation (2D around Z). |
| Radius Range | Min/max spawn distance from center. |
| Spawned Objects | Optional output list of created objects. |
| Set Parent | Optional parent GameObject for spawned objects. |