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

GetLayoutInstructionsInternal() 개인적인 메소드

private GetLayoutInstructionsInternal ( object layoutInstructions ) : void
layoutInstructions object
리턴 void
        private static extern void GetLayoutInstructionsInternal(object layoutInstructions);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

예제 #1
0
 internal static void GetLayoutInstructions(List <IMGUILayoutInstruction> layoutInstructions)
 {
     GUIViewDebuggerHelper.GetLayoutInstructionsInternal(layoutInstructions);
 }