GetUnifiedInstructionsInternal() private méthode

private GetUnifiedInstructionsInternal ( object instructions ) : void
instructions object
Résultat void
Exemple #1
0
 internal static void GetUnifiedInstructions(List <IMGUIInstruction> layoutInstructions)
 {
     GUIViewDebuggerHelper.GetUnifiedInstructionsInternal(layoutInstructions);
 }