UnityEditor.GUIViewDebuggerHelper.GetClipInstructionsInternal C# (CSharp) Method

GetClipInstructionsInternal() private method

private GetClipInstructionsInternal ( object clipInstructions ) : void
clipInstructions object
return void
        private static extern void GetClipInstructionsInternal(object clipInstructions);
        internal static GUIContent GetContentFromInstruction(int instructionIndex)

Usage Example

示例#1
0
 internal static void GetClipInstructions(List <IMGUIClipInstruction> clipInstructions)
 {
     GUIViewDebuggerHelper.GetClipInstructionsInternal(clipInstructions);
 }