GetLayoutInstructionsInternal() private method

private GetLayoutInstructionsInternal ( object layoutInstructions ) : void
layoutInstructions object
return void
コード例 #1
0
 internal static void GetLayoutInstructions(List <IMGUILayoutInstruction> layoutInstructions)
 {
     GUIViewDebuggerHelper.GetLayoutInstructionsInternal(layoutInstructions);
 }