HideStackTracesAttribute Class
Definition
Section titled “Definition”Use on your own RuntimeScriptableObject derived classes to hide the stack traces in the inspector.
[Conditional("UNITY_EDITOR")][AttributeUsage(AttributeTargets.Class, Inherited = false)]public sealed class HideStackTracesAttribute : Attribute