C# Class ListedDevice, Hero.Coli

Inheritance: DisplayedDevice
显示文件 Open project: CyberCRI/Hero.Coli Class Usage Examples

Protected Methods

Method Description
OnHover ( bool isOver ) : void
OnPress ( bool isPressed ) : void

Private Methods

Method Description
setPressed ( bool isPressed ) : void

Method Details

OnHover() protected method

protected OnHover ( bool isOver ) : void
isOver bool
return void

OnPress() protected method

protected OnPress ( bool isPressed ) : void
isPressed bool
return void