C# 클래스 Xsolla.RadioButton

상속: UnityEngine.MonoBehaviour, IRadioButton
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk

공개 프로퍼티들

프로퍼티 타입 설명
activeImage StyleManager.BaseColor
activeText StyleManager.BaseColor
image UnityEngine.UI.Graphic
normalImage StyleManager.BaseColor
normalText StyleManager.BaseColor
text UnityEngine.UI.Graphic

공개 메소드들

메소드 설명
Deselect ( ) : void
Select ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Deselect() 공개 메소드

public Deselect ( ) : void
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

activeImage 공개적으로 프로퍼티

public StyleManager.BaseColor activeImage
리턴 StyleManager.BaseColor

activeText 공개적으로 프로퍼티

public StyleManager.BaseColor activeText
리턴 StyleManager.BaseColor

image 공개적으로 프로퍼티

public Graphic,UnityEngine.UI image
리턴 UnityEngine.UI.Graphic

normalImage 공개적으로 프로퍼티

public StyleManager.BaseColor normalImage
리턴 StyleManager.BaseColor

normalText 공개적으로 프로퍼티

public StyleManager.BaseColor normalText
리턴 StyleManager.BaseColor

text 공개적으로 프로퍼티

public Graphic,UnityEngine.UI text
리턴 UnityEngine.UI.Graphic