Class JointDef2D<T>
Definition of a 2D Joint.
Inheritance
JointDef2D<T>
Inherited Members
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public class JointDef2D<T> : JointDef2D where T : IJoint2D
Type Parameters
Name | Description |
---|---|
T | The type of the joint that define. |