C# 클래스 UnityEditor.GUIViewDebuggerHelper

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

공개 메소드들

메소드 설명
GetRectFromInstruction ( int instructionIndex ) : Rect

비공개 메소드들

메소드 설명
DebugWindow ( GUIView view ) : void
GetClipInstructions ( List clipInstructions ) : void
GetClipInstructionsInternal ( object clipInstructions ) : void
GetContentFromInstruction ( int instructionIndex ) : GUIContent
GetContentImageFromInstruction ( int instructionIndex ) : Texture
GetContentTextFromInstruction ( int instructionIndex ) : string
GetInstructionCount ( ) : int
GetLayoutInstructions ( List layoutInstructions ) : void
GetLayoutInstructionsInternal ( object layoutInstructions ) : void
GetManagedStackTrace ( int instructionIndex ) : UnityEditor.StackFrame[]
GetStyleFromInstruction ( int instructionIndex ) : GUIStyle
GetUnifiedInstructions ( List layoutInstructions ) : void
GetUnifiedInstructionsInternal ( object instructions ) : void
GetViews ( List views ) : void
GetViewsInternal ( object views ) : void
INTERNAL_CALL_GetRectFromInstruction ( int instructionIndex, Rect &value ) : void
StopDebugging ( ) : void

메소드 상세

GetRectFromInstruction() 공개 정적인 메소드

public static GetRectFromInstruction ( int instructionIndex ) : Rect
instructionIndex int
리턴 UnityEngine.Rect