C# Class EnhanceItem, EnhancedScrollView

Inheritance: MonoBehaviour
Afficher le fichier Open project: tinyantstudio/EnhancedScrollView Class Usage Examples

Méthodes publiques

Méthode Description
SetSelectState ( bool isCenter ) : void
UpdateScrollViewItems ( float xValue, float depthCurveValue, int depthFactor, float itemCount, float yValue, float scaleValue ) : void

Méthodes protégées

Méthode Description
OnAwake ( ) : void
OnClickEnhanceItem ( ) : void
OnStart ( ) : void
SetItemDepth ( float depthCurveValue, int depthFactor, float itemCount ) : void

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void

Method Details

OnAwake() protected méthode

protected OnAwake ( ) : void
Résultat void

OnClickEnhanceItem() protected méthode

protected OnClickEnhanceItem ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

SetItemDepth() protected méthode

protected SetItemDepth ( float depthCurveValue, int depthFactor, float itemCount ) : void
depthCurveValue float
depthFactor int
itemCount float
Résultat void

SetSelectState() public méthode

public SetSelectState ( bool isCenter ) : void
isCenter bool
Résultat void

UpdateScrollViewItems() public méthode

public UpdateScrollViewItems ( float xValue, float depthCurveValue, int depthFactor, float itemCount, float yValue, float scaleValue ) : void
xValue float
depthCurveValue float
depthFactor int
itemCount float
yValue float
scaleValue float
Résultat void