Class ProGridsConditionalSnapAttribute
This class is obsolete. Use the [[IConditionalSnap]] interface instead.
Namespace: UnityEngine.ProGrids
Syntax
[Obsolete("Use IConditionalSnap interface")]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class ProGridsConditionalSnapAttribute : Attribute, _Attribute
Remarks
Checks for a function named bool IsSnapEnabled()
on this object so you can
programmatically enable or disable snapping.