line - eisclimber/ExPresS-XR GitHub Wiki
Classes for the target line system of archery targets.
| Name | Description |
|---|---|
| LineSpawner | A spawner that spawns a single target and moves it with a certain speed between two target positions. |
Despawning/Resets of the target happen based on collisions with an ObjectCollisionDetector. |
Objects can either be only good or bad, while the selection can be randomized.
The selection of good and bad objects and visuals is also configurable and randomizable.|
|LineTarget|A target that is spawned by a LineSpawner allowing easier setup and access to its despawn collider.|
|ObjectCollisionDetector|A proxy component that allows passing a collision to another object but only with a certain object.|
|ObjectContinuousMove|Moves the position with a set speed and direction.|