12 lines
199 B
C#
12 lines
199 B
C#
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
namespace Rewired.UI.ControlMapper
|
|
{
|
|
[AddComponentMenu("")]
|
|
public class ScrollbarVisibilityHelper : MonoBehaviour
|
|
{
|
|
public ScrollRect scrollRect;
|
|
}
|
|
}
|