// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Rendering.MeshUpdateFlags

namespace UnityEngine.Rendering
{
public class MeshUpdateFlags // TypeDefIndex: 9213
{
	// Fields
	type#20890 value__;
	type#22631 Default;
	type#22631 DontValidateIndices;
	type#22631 DontResetBoneBounds;
	type#22631 DontNotifyMeshUsers;
	type#22631 DontRecalculateBounds;
}
}
