C# 클래스 EnhancedScrollerDemos.KeyControlGrid.RowCellView

This is the sub cell of the row cell
상속: MonoBehaviour
파일 보기 프로젝트 열기: zhuzihhhh/UnityUIFramework

공개 프로퍼티들

프로퍼티 타입 설명
backgroundImage Image
container GameObject
selectedColor Color
someTextText Text
unselectedColor Color

공개 메소드들

메소드 설명
RefreshCellView ( ) : void

Called when the selected cell index is changed in the controller

SetData ( EnhancedScrollerDemos.KeyControlGrid.Data data ) : void

This function just takes the Demo data and displays it

메소드 상세

RefreshCellView() 공개 메소드

Called when the selected cell index is changed in the controller
public RefreshCellView ( ) : void
리턴 void

SetData() 공개 메소드

This function just takes the Demo data and displays it
public SetData ( EnhancedScrollerDemos.KeyControlGrid.Data data ) : void
data EnhancedScrollerDemos.KeyControlGrid.Data
리턴 void

프로퍼티 상세

backgroundImage 공개적으로 프로퍼티

The background image to show the highlight if selected
public Image backgroundImage
리턴 Image

container 공개적으로 프로퍼티

public GameObject container
리턴 GameObject

selectedColor 공개적으로 프로퍼티

The color to show when the cell is selected
public Color selectedColor
리턴 Color

someTextText 공개적으로 프로퍼티

A reference to the UI Text element to display the cell data
public Text someTextText
리턴 Text

unselectedColor 공개적으로 프로퍼티

The color to show when the cell is not selected
public Color unselectedColor
리턴 Color