UnityEditor.GUIViewDebuggerHelper.GetLayoutInstructionsInternal C# (CSharp) Méthode

GetLayoutInstructionsInternal() private méthode

private GetLayoutInstructionsInternal ( object layoutInstructions ) : void
layoutInstructions object
Résultat void
        private static extern void GetLayoutInstructionsInternal(object layoutInstructions);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

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