GetLayoutInstructionsInternal() 개인적인 메소드

private GetLayoutInstructionsInternal ( object layoutInstructions ) : void
layoutInstructions object
리턴 void
예제 #1
0
 internal static void GetLayoutInstructions(List <IMGUILayoutInstruction> layoutInstructions)
 {
     GUIViewDebuggerHelper.GetLayoutInstructionsInternal(layoutInstructions);
 }