C# Class FlatRedBall.Gui.Vector3Display

Inheritance: Window, IInputReceiver
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
AfterValueChanged GuiMessage
ValueChanged GuiMessage

Private Properties

Property Type Description
ComponentLosingFocus void
OnAfterValueChanged void
OnFocusUpdateInternal void
OnGainFocusInternal void
OnValueChanged void

Public Methods

Method Description
LoseFocus ( ) : void
OnFocusUpdate ( ) : void
OnGainFocus ( ) : void
ReceiveInput ( ) : void
Vector3Display ( Cursor cursor ) : System

Private Methods

Method Description
ComponentLosingFocus ( Window callingWindow ) : void
OnAfterValueChanged ( Window callingWindow ) : void
OnFocusUpdateInternal ( IInputReceiver inputReceiver ) : void
OnGainFocusInternal ( Window callingWindow ) : void
OnValueChanged ( Window callingWindow ) : void

Method Details

LoseFocus() public method

public LoseFocus ( ) : void
return void

OnFocusUpdate() public method

public OnFocusUpdate ( ) : void
return void

OnGainFocus() public method

public OnGainFocus ( ) : void
return void

ReceiveInput() public method

public ReceiveInput ( ) : void
return void

Vector3Display() public method

public Vector3Display ( Cursor cursor ) : System
cursor Cursor
return System

Property Details

AfterValueChanged public_oe property

public GuiMessage AfterValueChanged
return GuiMessage

ValueChanged public_oe property

public GuiMessage ValueChanged
return GuiMessage