target property

Component? target
getter/setter pair

The component that the spawned components should be added to.

If not set, the components will be added to the parent of the SpawnComponent.

Implementation

Component? target;