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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ By adding DecoratorAttribute to method, you can execute custom actions on beginn
14
14
15
15
[IgnoreException](Assets/Plugins/UnityDecoratorAttribute/IgnoreExceptionAttribute.cs): Ignore Exception and return default value when an exception is raised.
16
16
17
+
[IgnoreNullException](Assets/Plugins/UnityDecoratorAttribute/Examples/IgnoreNullException.cs): Only Ignore NullReferenceException. (An example of IgnoreExceptionAttribute inheritance.
18
+
)
19
+
20
+
17
21
[PrameterLog](Assets/Plugins/UnityDecoratorAttribute/Examples/CallLog.cs) : Log parameter values when the method is called.
0 commit comments