You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Editor Toolbox/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,8 @@ Display/create something before and after property in the desired order (using O
255
255
In fact **ToolboxDecoratorDrawers** are like extended version of built-in **DecoratorDrawers**.
256
256
Unfortunately, standard decorators won't always work with ToolboxDrawers so try to use this replacement instead.
257
257
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).
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,8 @@ Display/create something before and after property in the desired order (using O
255
255
In fact **ToolboxDecoratorDrawers** are like extended version of built-in **DecoratorDrawers**.
256
256
Unfortunately, standard decorators won't always work with ToolboxDrawers so try to use this replacement instead.
257
257
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).
0 commit comments