C# 클래스 MyUGUIEnhanceItem, EnhancedScrollView

상속: EnhanceItem
파일 보기 프로젝트 열기: tinyantstudio/EnhancedScrollView 1 사용 예제들

공개 메소드들

메소드 설명
SetSelectState ( bool isCenter ) : void

보호된 메소드들

메소드 설명
OnStart ( ) : void
SetItemDepth ( float depthCurveValue, int depthFactor, float itemCount ) : void

비공개 메소드들

메소드 설명
OnClickUGUIButton ( ) : void

메소드 상세

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

SetItemDepth() 보호된 메소드

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

SetSelectState() 공개 메소드

public SetSelectState ( bool isCenter ) : void
isCenter bool
리턴 void