├── CHANGELOG.md ├── CHANGELOG.md.meta ├── Documentations.meta ├── Documentations ├── PinchableScrollRect-UserGuide.pdf └── PinchableScrollRect-UserGuide.pdf.meta ├── LICENSE ├── LICENSE.meta ├── README.md ├── README.md.meta ├── README_ZH.md ├── README_ZH.md.meta ├── Runtime.meta ├── Runtime ├── IPinchHandler.cs ├── IPinchHandler.cs.meta ├── LokoSolo.PinchableScrollRect.asmdef ├── LokoSolo.PinchableScrollRect.asmdef.meta ├── PinchInputDetector.cs ├── PinchInputDetector.cs.meta ├── PinchableScrollRect.cs ├── PinchableScrollRect.cs.meta ├── Utilities.meta └── Utilities │ ├── PinchInputForwarder.cs │ └── PinchInputForwarder.cs.meta ├── Samples.meta ├── Samples ├── Demo.unity └── Demo.unity.meta ├── package.json └── package.json.meta /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CHANGELOG.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/CHANGELOG.md.meta -------------------------------------------------------------------------------- /Documentations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Documentations.meta -------------------------------------------------------------------------------- /Documentations/PinchableScrollRect-UserGuide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Documentations/PinchableScrollRect-UserGuide.pdf -------------------------------------------------------------------------------- /Documentations/PinchableScrollRect-UserGuide.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Documentations/PinchableScrollRect-UserGuide.pdf.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/LICENSE.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/README.md.meta -------------------------------------------------------------------------------- /README_ZH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/README_ZH.md -------------------------------------------------------------------------------- /README_ZH.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/README_ZH.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/IPinchHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/IPinchHandler.cs -------------------------------------------------------------------------------- /Runtime/IPinchHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/IPinchHandler.cs.meta -------------------------------------------------------------------------------- /Runtime/LokoSolo.PinchableScrollRect.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LokoSolo.PinchableScrollRect" 3 | } 4 | -------------------------------------------------------------------------------- /Runtime/LokoSolo.PinchableScrollRect.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/LokoSolo.PinchableScrollRect.asmdef.meta -------------------------------------------------------------------------------- /Runtime/PinchInputDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/PinchInputDetector.cs -------------------------------------------------------------------------------- /Runtime/PinchInputDetector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/PinchInputDetector.cs.meta -------------------------------------------------------------------------------- /Runtime/PinchableScrollRect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/PinchableScrollRect.cs -------------------------------------------------------------------------------- /Runtime/PinchableScrollRect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/PinchableScrollRect.cs.meta -------------------------------------------------------------------------------- /Runtime/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/Utilities.meta -------------------------------------------------------------------------------- /Runtime/Utilities/PinchInputForwarder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/Utilities/PinchInputForwarder.cs -------------------------------------------------------------------------------- /Runtime/Utilities/PinchInputForwarder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Runtime/Utilities/PinchInputForwarder.cs.meta -------------------------------------------------------------------------------- /Samples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Samples.meta -------------------------------------------------------------------------------- /Samples/Demo.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Samples/Demo.unity -------------------------------------------------------------------------------- /Samples/Demo.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/Samples/Demo.unity.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokoSoloGames/Unity_PinchableScrollRect/HEAD/package.json.meta --------------------------------------------------------------------------------