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);
 }