C# Class UIButtonKeys, TheUnseen

Inheritance: UIKeyNavigation
显示文件 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_oe property

public UIButtonKeys, selectOnClick
return UIButtonKeys,

selectOnDown public_oe property

public UIButtonKeys, selectOnDown
return UIButtonKeys,

selectOnLeft public_oe property

public UIButtonKeys, selectOnLeft
return UIButtonKeys,

selectOnRight public_oe property

public UIButtonKeys, selectOnRight
return UIButtonKeys,

selectOnUp public_oe property

public UIButtonKeys, selectOnUp
return UIButtonKeys,

startsSelected public_oe property

public bool startsSelected
return bool