C# Class uguimvvm.CommandBinding

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: jbruening/ugui-mvvm Class Usage Examples

Public Methods

Method Description
ExecuteCommand ( ) : void

Private Methods

Method Description
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

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void