Class BaseViewTest
Inheritance
System.Object
BaseViewTest
Syntax
public class BaseViewTest
Properties
eventType
Declaration
public EventType eventType { get; set; }
Property Value
Type |
Description |
EventType |
|
guiWrapper
Declaration
public IGUIWrapper guiWrapper { get; }
Property Value
mousePosition
Declaration
public Vector2 mousePosition { get; set; }
Property Value
nearestControl
Declaration
public int nearestControl { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
GetControlID(Int32, FocusType)
Declaration
protected virtual int GetControlID(int hashCode, FocusType focusType)
Parameters
Type |
Name |
Description |
System.Int32 |
hashCode |
|
FocusType |
focusType |
|
Returns
Type |
Description |
System.Int32 |
|
GetDefaultControlID()
Declaration
protected virtual int GetDefaultControlID()
Returns
Type |
Description |
System.Int32 |
|
SetGUIWrapperState(GUIWrapperState)
Declaration
protected void SetGUIWrapperState(GUIWrapperState state)
Parameters
SetupBase()
Declaration