File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ public int var3;
315315public int var4 ;
316316```
317317``` csharp
318+ // NOTE: you can use [SpaceArea] to adjust positions between layout elements
318319 [BeginHorizontal (LabelWidth = 50 . 0 f )]
319320public int var1 ;
320321public int var2 ;
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ private static void TestStaticMethod()
7474
7575 [ BeginHorizontal ( LabelWidth = 50.0f ) ]
7676 public int var29 ;
77+ [ SpaceArea ( 10 ) ]
7778 public int var30 ;
7879 [ EndHorizontal ]
7980 public int var31 ;
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ public int var3;
315315public int var4 ;
316316```
317317``` csharp
318+ // NOTE: you can use [SpaceArea] to adjust positions between layout elements
318319 [BeginHorizontal (LabelWidth = 50 . 0 f )]
319320public int var1 ;
320321public int var2 ;
You can’t perform that action at this time.
0 commit comments