Skip to content

Commit 3691876

Browse files
committed
Update documentation
1 parent 0ee45d5 commit 3691876

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Assets/Editor Toolbox/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ Display/create something before and after property in the desired order (using O
255255
In fact **ToolboxDecoratorDrawers** are like extended version of built-in **DecoratorDrawers**.
256256
Unfortunately, standard decorators won't always work with ToolboxDrawers so try to use this replacement instead.
257257

258+
Each **ToolboxDecoratorAttribute** has two basic properties **Order** (indicates the drawing order) and **ApplyCondition** (determines if decorator will be disabled/hidden along with associated property).
259+
258260
```csharp
259261
[BeginGroup("Group1")]
260262
public int var1;

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ Display/create something before and after property in the desired order (using O
255255
In fact **ToolboxDecoratorDrawers** are like extended version of built-in **DecoratorDrawers**.
256256
Unfortunately, standard decorators won't always work with ToolboxDrawers so try to use this replacement instead.
257257

258+
Each **ToolboxDecoratorAttribute** has two basic properties **Order** (indicates the drawing order) and **ApplyCondition** (determines if decorator will be disabled/hidden along with associated property).
259+
258260
```csharp
259261
[BeginGroup("Group1")]
260262
public int var1;

0 commit comments

Comments
 (0)