C# Class UnityEngine.UI.LoopHorizontalScrollRect

Inheritance: LoopScrollRect
ファイルを表示 Open project: woshihuo12/UnityHello Class Usage Examples

Protected Methods

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

Method Details

DoInit() protected method

protected DoInit ( ) : 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