Shards632
10 months agoMHCP Mentor
v212 typescript updates
- some more infrastructure fussing with `BaseHorizonProperty`, `HorizonReferenceProperty`, etc. presumably to clean up some internals.
- the options on `Raycast.raycast()` got their own named type: `RaycastOptions`
- `layerType` and `maxDistance` like before
- `stopOnFirstHit` is new
- if true, returns a 'StaticHit` if the layer or tag do not match. if false, will return a miss if the layer or tag don't match
- clarification that if the tags field on the Raycast is unset, it will match entities with any tag.