Tanoda
MovementType.cs
Go to the documentation of this file.
1
3
5{
6 public enum MovementType
7 {
8 Unrestricted = ScrollRect.MovementType.Unrestricted,
9 Elastic = ScrollRect.MovementType.Elastic,
10 Clamped = ScrollRect.MovementType.Clamped
11 }
12}
Credit Erdener Gonenc - @PixelEnvision.