From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Export/Internal/ExcludeFromDocs.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Runtime/Export/Internal/ExcludeFromDocs.cs (limited to 'Runtime/Export/Internal/ExcludeFromDocs.cs') diff --git a/Runtime/Export/Internal/ExcludeFromDocs.cs b/Runtime/Export/Internal/ExcludeFromDocs.cs new file mode 100644 index 0000000..42cfdbb --- /dev/null +++ b/Runtime/Export/Internal/ExcludeFromDocs.cs @@ -0,0 +1,16 @@ +using System; + +namespace UnityEngine.Internal +{ + /// + /// Adds default value information for optional parameters + /// + [Serializable] + [AttributeUsage(AttributeTargets.Method)] + public class ExcludeFromDocsAttribute : Attribute + { + public ExcludeFromDocsAttribute() + { + } + } +} -- cgit v1.1-26-g67d0