UnityEditor.GUIViewDebuggerHelper.GetClipInstructionsInternal C# (CSharp) 메소드

GetClipInstructionsInternal() 개인적인 메소드

private GetClipInstructionsInternal ( object clipInstructions ) : void
clipInstructions object
리턴 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);
 }