C# Class Jitter.Collision.CollisionSystem.Pair

Helper class which holds two bodies. Mostly used for multithreaded detection. (Passing this as the object parameter to ThreadManager.Instance.AddTask)
Mostrar archivo Open project: tpb3d/TPB3D

Public Properties

Property Type Description
Pool ResourcePool
entity1 IBroadphaseEntity
entity2 IBroadphaseEntity

Property Details

Pool public_oe static_oe property

A resource pool of Pairs.
public static ResourcePool Pool
return ResourcePool

entity1 public_oe property

The first body.
public IBroadphaseEntity entity1
return IBroadphaseEntity

entity2 public_oe property

The second body.
public IBroadphaseEntity entity2
return IBroadphaseEntity