Requirements
Snap requirements define constraints that determine which targets a snapper is allowed to snap to.
A number of requirements are included with the package:
Requirement | Description |
---|---|
Allow List | Allow only targets in the list |
Block List | Disallow targets in the list |
Max Distance | Maximum distance allowed between snapper and target |
To create your own snap requirements, simply create a class that inherits the ISnapperRequirement
interface.