Class ProGridsNoSnapAttribute
Applies this attribute to a MonoBehaviour to disable grid snapping on the parent object.
Namespace: UnityEngine.ProGrids
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class ProGridsNoSnapAttribute : Attribute, _Attribute