C# 클래스 LeopotamGroup.Gui.Widgets.GuiButton

Button widget.
상속: LeopotamGroup.Gui.Common.GuiEventReceiver
파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

공개 프로퍼티들

프로퍼티 타입 설명
ActiveColor UnityEngine.Color
DisableColor UnityEngine.Color
EnableColor UnityEngine.Color
ScaleOnPress UnityEngine.Vector3
TweenTime float
Visuals GuiWidget[]

공개 메소드들

메소드 설명
OnBtnPressed ( GuiEventReceiver sender, GuiTouchEventArg tea ) : void
UpdateAttachedWidgets ( Color color, float time ) : void

보호된 메소드들

메소드 설명
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

OnBtnPressed() 공개 메소드

public OnBtnPressed ( GuiEventReceiver sender, GuiTouchEventArg tea ) : void
sender LeopotamGroup.Gui.Common.GuiEventReceiver
tea GuiTouchEventArg
리턴 void

OnDisable() 보호된 메소드

protected OnDisable ( ) : void
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

UpdateAttachedWidgets() 공개 메소드

public UpdateAttachedWidgets ( Color color, float time ) : void
color UnityEngine.Color
time float
리턴 void

프로퍼티 상세

ActiveColor 공개적으로 프로퍼티

Color of pressed state.
public Color,UnityEngine ActiveColor
리턴 UnityEngine.Color

DisableColor 공개적으로 프로퍼티

Color of disabled state.
public Color,UnityEngine DisableColor
리턴 UnityEngine.Color

EnableColor 공개적으로 프로퍼티

Color of normal enabled state.
public Color,UnityEngine EnableColor
리턴 UnityEngine.Color

ScaleOnPress 공개적으로 프로퍼티

Scale on press event.
public Vector3,UnityEngine ScaleOnPress
리턴 UnityEngine.Vector3

TweenTime 공개적으로 프로퍼티

Tween time of scaling / recoloring on press event.
public float TweenTime
리턴 float

Visuals 공개적으로 프로퍼티

List of button-frontface widgets.
public GuiWidget[] Visuals
리턴 GuiWidget[]