Skip to content

Commit

Permalink
Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arimger committed Apr 5, 2024
1 parent 939004b commit 431173a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Editor Toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ public int var3;
public int var4;
```
```csharp
//NOTE: you can use [SpaceArea] to adjust positions between layout elements
[BeginHorizontal(LabelWidth = 50.0f)]
public int var1;
public int var2;
Expand Down
1 change: 1 addition & 0 deletions Assets/Examples/Scripts/SampleBehaviour4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private static void TestStaticMethod()

[BeginHorizontal(LabelWidth = 50.0f)]
public int var29;
[SpaceArea(10)]
public int var30;
[EndHorizontal]
public int var31;
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ public int var3;
public int var4;
```
```csharp
//NOTE: you can use [SpaceArea] to adjust positions between layout elements
[BeginHorizontal(LabelWidth = 50.0f)]
public int var1;
public int var2;
Expand Down

0 comments on commit 431173a

Please sign in to comment.