C# Класс UnityEditor.GUIViewDebuggerHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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