Skip to content

HideStackTracesAttribute Class

Use on your own RuntimeScriptableObject derived classes to hide the stack traces in the inspector.

C#
[Conditional("UNITY_EDITOR")]
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class HideStackTracesAttribute : Attribute

Inheritance objectAttribute