C# 클래스 UnityEngine.UI.LoopVerticalScrollRect

상속: LoopScrollRect
파일 보기 프로젝트 열기: qiankanglai/LoopScrollRect 1 사용 예제들

보호된 메소드들

메소드 설명
Awake ( ) : void
GetDimension ( Vector2 vector ) : float
GetSize ( RectTransform item ) : float
GetVector ( float value ) : Vector2
UpdateItems ( Bounds viewBounds, Bounds contentBounds ) : bool

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

GetDimension() 보호된 메소드

protected GetDimension ( Vector2 vector ) : float
vector UnityEngine.Vector2
리턴 float

GetSize() 보호된 메소드

protected GetSize ( RectTransform item ) : float
item UnityEngine.RectTransform
리턴 float

GetVector() 보호된 메소드

protected GetVector ( float value ) : Vector2
value float
리턴 UnityEngine.Vector2

UpdateItems() 보호된 메소드

protected UpdateItems ( Bounds viewBounds, Bounds contentBounds ) : bool
viewBounds UnityEngine.Bounds
contentBounds UnityEngine.Bounds
리턴 bool