bow - eisclimber/ExPresS-XR GitHub Wiki
Classes for the bow system of archery minigame.
| Name | Description |
|---|---|
| ArrowShotSpawner | Component that creates and shoots a prefab that implements the interfaces IShootable and IPoolObject. |
| BowString | An interactable that can be grabbed that will visualized a bowstring. |
| It will calculate the strength the bow will be drawn (linear between two points) and visualize it via a LineRenderer. |