Property | Type | Description | |
---|---|---|---|
CandinatesList | Assets.Scripts.Console.ItemList | ||
ParentView |
Method | Description | |
---|---|---|
CandinatesState ( |
||
HandleAutoComplete ( ) : bool | ||
HandleSubmit ( string InText, string InCommand, string InArguments ) : bool | ||
OnGUI ( ) : void | ||
PreGUI ( ) : void | ||
TryMoveSelection ( int InDelta ) : void |
Method | Description | |
---|---|---|
OnClick ( int Index ) : void |
public CandinatesState ( |
||
InParent | ||
return | System |
public HandleSubmit ( string InText, string InCommand, string InArguments ) : bool | ||
InText | string | |
InCommand | string | |
InArguments | string | |
return | bool |
public TryMoveSelection ( int InDelta ) : void | ||
InDelta | int | |
return | void |
protected ItemList,Assets.Scripts.Console CandinatesList | ||
return | Assets.Scripts.Console.ItemList |