Tanoda
UnityEngine.UI.Extensions.UIScrollToSelection Class Reference
Inheritance diagram for UnityEngine.UI.Extensions.UIScrollToSelection:

Public Types

enum  ScrollType { VERTICAL , HORIZONTAL , BOTH }
 

Protected Member Functions

virtual void Awake ()
 
virtual void Start ()
 
virtual void Update ()
 

Properties

RectTransform LayoutListGroup [get]
 
ScrollType ScrollDirection [get]
 
float ScrollSpeed [get]
 
bool CancelScrollOnInput [get]
 
List< KeyCode > CancelScrollKeycodes [get]
 
RectTransform ScrollWindow [get, set]
 
ScrollRect TargetScrollRect [get, set]
 
EventSystem CurrentEventSystem [get]
 
GameObject LastCheckedGameObject [get, set]
 
GameObject CurrentSelectedGameObject [get]
 
RectTransform CurrentTargetRectTransform [get, set]
 
bool IsManualScrollingAvailable [get, set]
 

Detailed Description

Definition at line 15 of file UIScrollToSelection.cs.

Member Enumeration Documentation

◆ ScrollType

Enumerator
VERTICAL 
HORIZONTAL 
BOTH 

Definition at line 219 of file UIScrollToSelection.cs.

Member Function Documentation

◆ Awake()

virtual void UnityEngine.UI.Extensions.UIScrollToSelection.Awake ( )
protectedvirtual

Definition at line 79 of file UIScrollToSelection.cs.

◆ Start()

virtual void UnityEngine.UI.Extensions.UIScrollToSelection.Start ( )
protectedvirtual

Definition at line 85 of file UIScrollToSelection.cs.

◆ Update()

virtual void UnityEngine.UI.Extensions.UIScrollToSelection.Update ( )
protectedvirtual

Definition at line 90 of file UIScrollToSelection.cs.

Property Documentation

◆ CancelScrollKeycodes

List<KeyCode> UnityEngine.UI.Extensions.UIScrollToSelection.CancelScrollKeycodes
getprotected

Definition at line 53 of file UIScrollToSelection.cs.

◆ CancelScrollOnInput

bool UnityEngine.UI.Extensions.UIScrollToSelection.CancelScrollOnInput
getprotected

Definition at line 49 of file UIScrollToSelection.cs.

◆ CurrentEventSystem

EventSystem UnityEngine.UI.Extensions.UIScrollToSelection.CurrentEventSystem
getprotected

Definition at line 63 of file UIScrollToSelection.cs.

◆ CurrentSelectedGameObject

GameObject UnityEngine.UI.Extensions.UIScrollToSelection.CurrentSelectedGameObject
getprotected

Definition at line 68 of file UIScrollToSelection.cs.

◆ CurrentTargetRectTransform

RectTransform UnityEngine.UI.Extensions.UIScrollToSelection.CurrentTargetRectTransform
getsetprotected

Definition at line 72 of file UIScrollToSelection.cs.

◆ IsManualScrollingAvailable

bool UnityEngine.UI.Extensions.UIScrollToSelection.IsManualScrollingAvailable
getsetprotected

Definition at line 73 of file UIScrollToSelection.cs.

◆ LastCheckedGameObject

GameObject UnityEngine.UI.Extensions.UIScrollToSelection.LastCheckedGameObject
getsetprotected

Definition at line 67 of file UIScrollToSelection.cs.

◆ LayoutListGroup

RectTransform UnityEngine.UI.Extensions.UIScrollToSelection.LayoutListGroup
getprotected

Definition at line 33 of file UIScrollToSelection.cs.

◆ ScrollDirection

ScrollType UnityEngine.UI.Extensions.UIScrollToSelection.ScrollDirection
getprotected

Definition at line 39 of file UIScrollToSelection.cs.

◆ ScrollSpeed

float UnityEngine.UI.Extensions.UIScrollToSelection.ScrollSpeed
getprotected

Definition at line 43 of file UIScrollToSelection.cs.

◆ ScrollWindow

RectTransform UnityEngine.UI.Extensions.UIScrollToSelection.ScrollWindow
getsetprotected

Definition at line 59 of file UIScrollToSelection.cs.

◆ TargetScrollRect

ScrollRect UnityEngine.UI.Extensions.UIScrollToSelection.TargetScrollRect
getsetprotected

Definition at line 60 of file UIScrollToSelection.cs.


The documentation for this class was generated from the following file: