C# Class RTS.Input.RTSUIHoverPanel

Mostra file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
RTSUIHoverPanel ( RectButton b, BaseWidget p ) : System
Update ( int mx, int my ) : void

Private Methods

Method Description
TargetButton_OnMouseEntry ( RectButton arg1, Vector2 arg2 ) : void
TargetButton_OnMouseExit ( RectButton arg1, Vector2 arg2 ) : void

Method Details

RTSUIHoverPanel() public method

public RTSUIHoverPanel ( RectButton b, BaseWidget p ) : System
b BlisterUI.Widgets.RectButton
p BlisterUI.Widgets.BaseWidget
return System

Update() public method

public Update ( int mx, int my ) : void
mx int
my int
return void