Namespace Evergine.Common.Physics2D
Classes
AngleLimitsDef
Angle limit properties.
ColliderDef2D
Definition of a 2D Collision Shape.
DistanceJointDef2D
Definition of a 2D Distance Joint.
JointDef2D
Definition of a 2D Joint.
JointDef2D<T>
Definition of a 2D Joint.
LimitsDef
Motor properties definition.
MotorDef
Motor properties definition.
MouseJointDef2D
Definition of a 2D Distance Joint.
PrismaticJointDef2D
Definition of a 2D Prismatic Joint.
RevoluteJointDef2D
Definition of a 2D Revolute Joint.
RigidBodyDef2D
Definition of a Rigid Body 2D.
RopeJointDef2D
Definition of a 2D Rope Joint.
WeldJointDef2D
Definition of a 2D Weld Joint.
WheelJointDef2D
Definition of a 2D Wheel Joint.
Structs
RigidBodyMassData2D
This holds the mass data computed for a shape.
Interfaces
IBoxColliderShape2D
Interface for a Box collider Shape of 2D physics.
ICircleColliderShape2D
Interface for a Circle Shape of 2D physics.
ICollider2D
Interface for a Collider Shape of 2D physics.
IColliderShape2D
Interface for a Collider Shape of 2D physics.
ICollisionInfo2D
Interface for a Collider Shape of 2D physics.
IDistanceJoint2D
Interface for a Distance Joint 2D physics.
IEdgeColliderShape2D
Interface for a Edge Shape of 2D physics.
IJoint2D
Interface for a Joint 2D physics.
IMouseJoint2D
Interface for a Mouse Joint 2D physics.
IPolygonColliderShape2D
Interface for a Polygon Shape of 2D physics.
IPrismaticJoint2D
Interface for a Prismatic Joint 2D physics.
IRevoluteJoint2D
Interface for a Revolute Joint 2D physics.
IRigidBody2D
Interface for RigidBody of 2D physics.
IRopeJoint2D
Interface for a Rope Joint 2D physics.
ISimulation2D
Interface for Simulation2D.
ISimulationDebugDraw2D
Interface for drawing debug information of Simulation 2D.
IWeldJoint2D
Interface for a Distance Joint 2D physics.
IWheelJoint2D
Interface for a Wheel Joint 2D physics.
Enums
ColliderCategory2D
Physic 2d Collision categories.
ColliderShapeType2D
Shape types.
DebugDrawFlags
Debug draw flags.
JointType2D
Joint types.
RigidBodyType2D
Rigid body type 2D.
Delegates
ContactDelegate
Contact delegate using in BeginContact and EndContact.
OnBrokeEventHandler
Event broke delegate.