C# 클래스 UnityEditor.InstructionOverlayWindow

상속: EditorWindow
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DoRefreshRenderTexture void
OnFocus void
OnGUI void
Start void
Update void

공개 메소드들

메소드 설명
SetTransparent ( float d ) : void
Show ( GUIView view, Rect instructionRect, GUIStyle style ) : void

비공개 메소드들

메소드 설명
DoRefreshRenderTexture ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

SetTransparent() 공개 메소드

public SetTransparent ( float d ) : void
d float
리턴 void

Show() 공개 메소드

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