C# Class UnityEditor.GUIViewDebuggerHelper

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

Public Methods

Method Description
GetRectFromInstruction ( int instructionIndex ) : Rect

Private Methods

Method Description
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

Method Details

GetRectFromInstruction() public static method

public static GetRectFromInstruction ( int instructionIndex ) : Rect
instructionIndex int
return UnityEngine.Rect