C# 클래스 uguimvvm.CommandBinding

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: jbruening/ugui-mvvm 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteCommand ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
BindCommand ( ) : void
ClearBindings ( ) : void
CommandOnCanExecuteChanged ( object sender, EventArgs eventArgs ) : void
FigureBindings ( ) : void
GetVmValue ( ) : object
OnDestroy ( ) : void
OnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
Reset ( ) : void
SetViewEnabledState ( bool state ) : void

메소드 상세

ExecuteCommand() 공개 메소드

public ExecuteCommand ( ) : void
리턴 void