Search Unity

Can't access repeatDelay from StandaloneInputModule?

Discussion in 'Scripting' started by _eternal, Jun 17, 2015.

  1. _eternal

    _eternal

    Joined:
    Nov 25, 2014
    Posts:
    304
    I'm trying to change the repeatDelay variable within my StandaloneInputModule, but it's not coming up as a variable.

    All of the other variables come up when I use GetComponent<StandaloneInputModule>(), but not the one that I want. Is there something different about repeatDelay that I'm not seeing?

    I'm using the UnityEngine.EventSystems namespace, too.