Class BaseViewTest
Inheritance
System.Object
BaseViewTest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.U2D.Animation.Test.MeshModule.Base
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
Type | Description |
---|---|
IGUIWrapper |
mousePosition
Declaration
public Vector2 mousePosition { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |
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
Type | Name | Description |
---|---|---|
GUIWrapperState | state |
SetupBase()
Declaration
public void SetupBase()