UxrGrabbableObjectAnchor.RemovePlacingValidator Method
Removes a placing validator added using AddPlacingValidator(Func(UxrGrabbableObject, Boolean)).
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public void RemovePlacingValidator(
Func<UxrGrabbableObject, bool> validator
)
Parameters
- validator
- Type: System.Func(UxrGrabbableObject, Boolean)
Validator to remove
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | the validator function is null |
See Also
Reference
UxrGrabbableObjectAnchor Class
UltimateXR.Manipulation Namespace