isvaluesnappingenabled - eisclimber/ExPresS-XR GitHub Wiki

ButtonDescriptor.IsValueSnappingEnabled()

Method in ButtonDescriptor

Summary

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();

Returns

If snapping is enabled.

⚠️ **GitHub.com Fallback** ⚠️