C# Class ActionOption, code

Inheritance: MonoBehaviour, IPointerClickHandler
显示文件 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
ActionOption ( string prototype, string description, Action, action )

Protected Methods

Method Description
OnParseComplete ( OptionContext c ) : void

Method Details

ActionOption() public method

public ActionOption ( string prototype, string description, Action, action )
prototype string
description string
action Action,

OnParseComplete() protected method

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
return void