Requirements
Requirements are conditions that must be met before the guide can affect the hand or handle. All requirements must return true for the guide to take effect.
You can create new requirements by implementing the IGuideRequirement interface in your own class. However, a number of requirements are included with the package.
Requirement | Description |
---|---|
Allow List | Only allow listed handles |
Block List | Do not allow listed handles |
Max Angle | Allow only if the angle between the target and guide is less than or equal to the set value |
No Avatar Hands | Avatar hands will be ignored |
No Handles | Handles will be ignored |