UnityEditor.GUIViewDebuggerHelper.GetLayoutInstructionsInternal C# (CSharp) Method

GetLayoutInstructionsInternal() private method

private GetLayoutInstructionsInternal ( object layoutInstructions ) : void
layoutInstructions object
return 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);
 }