Skip to main content

Class ShowInInspectorAttribute

Used to show private SyncList in the inspector, Use instead of SerializeField for non Serializable types

Inheritance
System.Object
System.Attribute
Inherited Members
Show
Syntax
[AttributeUsage(AttributeTargets.Field)]
public sealed class ShowInInspectorAttribute : Attribute, _Attribute