Class HideInInspectorAttribute
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Abstractions.dll
Hides the field from the editor inspector.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class HideInInspectorAttribute : Attribute
- Inheritance
-
HideInInspectorAttribute
- Inherited Members