Fix class spellings and update MultiTouchScrollRect

pull/413/head
Simon Jackson 2023-01-22 17:26:01 +00:00
parent e05bfb788d
commit 07ec98c989
3 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
/// Credit Erdener Gonenc - @PixelEnvision /// Credit Erdener Gonenc - @PixelEnvision
/*USAGE: Simply use that instead of the regular ScrollRect */ /*USAGE: Simply use that instead of the regular ScrollRect */
namespace UnityEngine.UI.Extensions namespace UnityEngine.UI.Extensions
{ {
[AddComponentMenu ("UI/Extensions/MultiTouchScrollRect")] [AddComponentMenu ("UI/Extensions/MultiTouchScrollRect")]

View File

@ -2,7 +2,7 @@
namespace UnityEngine.UI.Extensions namespace UnityEngine.UI.Extensions
{ {
public static class ExtentionMethods public static class ExtensionMethods
{ {
public static T GetOrAddComponent<T>(this GameObject child) where T : Component public static T GetOrAddComponent<T>(this GameObject child) where T : Component
{ {