C# Class UnityEngine.UI.LoopHorizontalScrollRect

Inheritance: LoopScrollRect
Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes protégées

Méthode 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 méthode

protected DoInit ( ) : void
Résultat void

GetDimension() protected méthode

protected GetDimension ( Vector2 vector ) : float
vector UnityEngine.Vector2
Résultat float

GetSize() protected méthode

protected GetSize ( RectTransform item ) : float
item UnityEngine.RectTransform
Résultat float

GetVector() protected méthode

protected GetVector ( float value ) : Vector2
value float
Résultat UnityEngine.Vector2

UpdateItems() protected méthode

protected UpdateItems ( Bounds viewBounds, Bounds contentBounds ) : bool
viewBounds UnityEngine.Bounds
contentBounds UnityEngine.Bounds
Résultat bool