C# Class UIButtonKeys, TheUnseen

Inheritance: UIKeyNavigation
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
selectOnClick UIButtonKeys,
selectOnDown UIButtonKeys,
selectOnLeft UIButtonKeys,
selectOnRight UIButtonKeys,
selectOnUp UIButtonKeys,
startsSelected bool

Public Methods

Method Description
OnClick ( ) : void
OnEnable ( ) : void
OnKey ( KeyCode, key ) : void

Method Details

OnClick() public method

public OnClick ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnKey() public method

public OnKey ( KeyCode, key ) : void
key KeyCode,
return void

Property Details

selectOnClick public property

public UIButtonKeys, selectOnClick
return UIButtonKeys,

selectOnDown public property

public UIButtonKeys, selectOnDown
return UIButtonKeys,

selectOnLeft public property

public UIButtonKeys, selectOnLeft
return UIButtonKeys,

selectOnRight public property

public UIButtonKeys, selectOnRight
return UIButtonKeys,

selectOnUp public property

public UIButtonKeys, selectOnUp
return UIButtonKeys,

startsSelected public property

public bool startsSelected
return bool