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

namespace UnityEngine
{
public class CollisionPairEventFlags // TypeDefIndex: 12801
{
	// Fields
	type#27910 value__;
	type#16059 SolveContacts;
	type#16059 ModifyContacts;
	type#16059 NotifyTouchFound;
	type#16059 NotifyTouchPersists;
	type#16059 NotifyTouchLost;
	type#16059 NotifyTouchCCD;
	type#16059 NotifyThresholdForceFound;
	type#16059 NotifyThresholdForcePersists;
	type#16059 NotifyThresholdForceLost;
	type#16059 NotifyContactPoint;
	type#16059 DetectDiscreteContact;
	type#16059 DetectCCDContact;
	type#16059 PreSolverVelocity;
	type#16059 PostSolverVelocity;
	type#16059 ContactEventPose;
	type#16059 NextFree;
	type#16059 ContactDefault;
	type#16059 TriggerDefault;
}
}
