// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.HideFlags

namespace UnityEngine
{
public class HideFlags // TypeDefIndex: 8885
{
	// Fields
	type#20890 value__;
	type#19547 None;
	type#19547 HideInHierarchy;
	type#19547 HideInInspector;
	type#19547 DontSaveInEditor;
	type#19547 NotEditable;
	type#19547 DontSaveInBuild;
	type#19547 DontUnloadUnusedAsset;
	type#19547 DontSave;
	type#19547 HideAndDontSave;
}
}
