C# Class UnityEngine.UI.LoopVerticalScrollRect

Inheritance: LoopScrollRect
Mostra file Open project: qiankanglai/LoopScrollRect Class Usage Examples

Protected Methods

Method Description
Awake ( ) : void
GetDimension ( Vector2 vector ) : float
GetSize ( RectTransform item ) : float
GetVector ( float value ) : Vector2
UpdateItems ( Bounds viewBounds, Bounds contentBounds ) : bool

Method Details

Awake() protected method

protected Awake ( ) : void
return void

GetDimension() protected method

protected GetDimension ( Vector2 vector ) : float
vector UnityEngine.Vector2
return float

GetSize() protected method

protected GetSize ( RectTransform item ) : float
item UnityEngine.RectTransform
return float

GetVector() protected method

protected GetVector ( float value ) : Vector2
value float
return UnityEngine.Vector2

UpdateItems() protected method

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