GetLayoutInstructionsInternal() private méthode

private GetLayoutInstructionsInternal ( object layoutInstructions ) : void
layoutInstructions object
Résultat void
Exemple #1
0
 internal static void GetLayoutInstructions(List <IMGUILayoutInstruction> layoutInstructions)
 {
     GUIViewDebuggerHelper.GetLayoutInstructionsInternal(layoutInstructions);
 }