GetLayoutInstructions() static private method

static private GetLayoutInstructions ( List layoutInstructions ) : void
layoutInstructions List
return void
コード例 #1
0
 public override void UpdateInstructions()
 {
     this.m_LayoutInstructions.Clear();
     GUIViewDebuggerHelper.GetLayoutInstructions(this.m_LayoutInstructions);
 }