Interface ISnapping<T>
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
Syntax
public interface ISnapping<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Snap(T)
Declaration
T Snap(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |
Returns
Type | Description |
---|---|
T |