isvaluesnappingenabled - eisclimber/ExPresS-XR GitHub Wiki
Method in ButtonDescriptor
Allows checking if snapping is enabled and is used internally to emit the correct events. This function must be implemented as snapping must be implemented individually. If no snapping will be performed, simply return false.
public override bool IsValueSnappingEnabled();If snapping is enabled.