Class GeneratePropertyBagsInEditorAttribute
By default, property bags are only generated in builds. Use this attribute to force the ILPostProcessor to generate property bags in editor for the tagged assembly.
Namespace: Unity.Properties
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class GeneratePropertyBagsInEditorAttribute : Attribute, _Attribute