GetLayoutInstructions() static private méthode

static private GetLayoutInstructions ( List layoutInstructions ) : void
layoutInstructions List
Résultat void
 public override void UpdateInstructions()
 {
     this.m_LayoutInstructions.Clear();
     GUIViewDebuggerHelper.GetLayoutInstructions(this.m_LayoutInstructions);
 }