C# Class UnityEditor.InstructionOverlayWindow

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

Private Properties

Property Type Description
DoRefreshRenderTexture void
OnFocus void
OnGUI void
Start void
Update void

Public Methods

Method Description
SetTransparent ( float d ) : void
Show ( GUIView view, Rect instructionRect, GUIStyle style ) : void

Private Methods

Method Description
DoRefreshRenderTexture ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetTransparent() public method

public SetTransparent ( float d ) : void
d float
return void

Show() public method

public Show ( GUIView view, Rect instructionRect, GUIStyle style ) : void
view GUIView
instructionRect UnityEngine.Rect
style UnityEngine.GUIStyle
return void