Class PhysicBodyDef3D<T>
Definition of a Physic Body 3D.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public class PhysicBodyDef3D<T> : PhysicBodyDef3D where T : IPhysicBody3D
Type Parameters
Name | Description |
---|---|
T | The physic body which this deffinition applies. |