C# Class kOS.Screen.Button

Inheritance: IButton
ファイルを表示 Open project: KSP-KOS/KOS

Public Methods

Method Description
Destroy ( ) : void

Private Methods

Method Description
Button ( object realButton, ToolbarTypes types ) : System
attachEventHandler ( EventInfo @event, string methodName, object realButton ) : Delegate
clicked ( object realEvent ) : void
detachEventHandler ( EventInfo @event, Delegate d, object realButton ) : void
mouseEntered ( object realEvent ) : void
mouseLeft ( object realEvent ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void