C# Class UnityEditor.InstructionOverlayWindow

Inheritance: EditorWindow
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
DoRefreshRenderTexture void
OnFocus void
OnGUI void
Start void
Update void

Méthodes publiques

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

Private Methods

Méthode Description
DoRefreshRenderTexture ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetTransparent() public méthode

public SetTransparent ( float d ) : void
d float
Résultat void

Show() public méthode

public Show ( GUIView view, Rect instructionRect, GUIStyle style ) : void
view GUIView
instructionRect UnityEngine.Rect
style UnityEngine.GUIStyle
Résultat void