C# Class EnhanceItem, EnhancedScrollView

Inheritance: MonoBehaviour
Exibir arquivo Open project: tinyantstudio/EnhancedScrollView Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnAwake ( ) : void
OnClickEnhanceItem ( ) : void
OnStart ( ) : void
SetItemDepth ( float depthCurveValue, int depthFactor, float itemCount ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

OnAwake() protected method

protected OnAwake ( ) : void
return void

OnClickEnhanceItem() protected method

protected OnClickEnhanceItem ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

SetItemDepth() protected method

protected SetItemDepth ( float depthCurveValue, int depthFactor, float itemCount ) : void
depthCurveValue float
depthFactor int
itemCount float
return void

SetSelectState() public method

public SetSelectState ( bool isCenter ) : void
isCenter bool
return void

UpdateScrollViewItems() public method

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
return void