コード例 #1
0
 public DebugLayout Row(float screenPart)
 {
     return(Row(DebugLayoutOptions.Part(screenPart)));
 }
コード例 #2
0
 public DebugLayout Column(float screenPart)
 {
     return(Column(DebugLayoutOptions.Part(screenPart)));
 }