C# Class UnityEditor.GUIViewDebuggerHelper

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

Méthodes publiques

Méthode Description
GetRectFromInstruction ( int instructionIndex ) : Rect

Private Methods

Méthode 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 méthode

public static GetRectFromInstruction ( int instructionIndex ) : Rect
instructionIndex int
Résultat UnityEngine.Rect