GetLayoutInstructions() 정적인 개인적인 메소드

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