C# Class UnityEditor.EyeDropper

Inheritance: GUIView
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
EyeDropper System
OnGUI void
SendEvent void
Show void

Public Methods

Method Description
DrawPreview ( Rect position ) : void
GetLastPickedColor ( ) : Color
GetPickedColor ( ) : Color
OnDestroy ( ) : void
Start ( GUIView viewToUpdate ) : void

Protected Methods

Method Description
OnFocus ( ) : bool

Private Methods

Method Description
EyeDropper ( ) : System
OnGUI ( ) : void
SendEvent ( string eventName, bool exitGUI ) : void
Show ( GUIView sourceView ) : void

Method Details

DrawPreview() public static method

public static DrawPreview ( Rect position ) : void
position UnityEngine.Rect
return void

GetLastPickedColor() public static method

public static GetLastPickedColor ( ) : Color
return UnityEngine.Color

GetPickedColor() public static method

public static GetPickedColor ( ) : Color
return UnityEngine.Color

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnFocus() protected method

protected OnFocus ( ) : bool
return bool

Start() public static method

public static Start ( GUIView viewToUpdate ) : void
viewToUpdate GUIView
return void