// Assembly: UnityEngine.PhysicsModule
// Full name: UnityEngine.RigidbodyConstraints

namespace UnityEngine
{
public class RigidbodyConstraints // TypeDefIndex: 12804
{
	// Fields
	type#20890 value__;
	type#25414 None;
	type#25414 FreezePositionX;
	type#25414 FreezePositionY;
	type#25414 FreezePositionZ;
	type#25414 FreezeRotationX;
	type#25414 FreezeRotationY;
	type#25414 FreezeRotationZ;
	type#25414 FreezePosition;
	type#25414 FreezeRotation;
	type#25414 FreezeAll;
}
}
