Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): set version to 1.23.0 [skip ci]
## [1.23.0](v1.22.0...v1.23.0) (2020-08-15) #### Features * **Cast:** provide ability to determine validity by target point ([67a103a](67a103a)) > The new TargetPointValidity rule allows a type of Vector3Rule to be used to determine if the PointsCast target point should be considered as a valid target. > > This can be used with the new NavMeshRule to determine if a target point from the points cast is within the NavMesh boundaries. * **Rule:** add rule to determine if Vector3 point is within NavMesh ([b4ff0a1](b4ff0a1)) > The NavMeshRule extends the new Vector3Rule which determines if a given Vector3 point is within the limits of a NavMesh.
- Loading branch information