Method SnapTo
SnapTo(int)
Snap to item at index.
Declaration
public bool SnapTo(int index)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | index | Index of the item to snap to.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the operation was successful, false otherwise.  |