Skip to content

Commit 5b8d8cb

Browse files
committed
Update README.md
1 parent 4211dc5 commit 5b8d8cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ By adding DecoratorAttribute to method, you can execute custom actions on beginn
1414

1515
[IgnoreException](Assets/Plugins/UnityDecoratorAttribute/IgnoreExceptionAttribute.cs): Ignore Exception and return default value when an exception is raised.
1616

17+
[IgnoreNullException](Assets/Plugins/UnityDecoratorAttribute/Examples/IgnoreNullException.cs): Only Ignore NullReferenceException. (An example of IgnoreExceptionAttribute inheritance.
18+
)
19+
20+
1721
[PrameterLog](Assets/Plugins/UnityDecoratorAttribute/Examples/CallLog.cs) : Log parameter values when the method is called.
1822
```c#
1923
[ParameterLog]

0 commit comments

Comments
 (0)