Ejemplo n.º 1
0
 public void OnChildCompletedEmpty <TCallbacks>(ref PairContinuation report, ref CollisionBatcher <TCallbacks> batcher) where TCallbacks : struct, ICollisionCallbacks
 {
     Inner.OnChildCompletedEmpty(ref report, ref batcher);
 }
Ejemplo n.º 2
0
 public unsafe void OnChildCompleted <TCallbacks>(ref PairContinuation report, ref ConvexContactManifold manifold, ref CollisionBatcher <TCallbacks> batcher)
     where TCallbacks : struct, ICollisionCallbacks
 {
     Inner.OnChildCompleted(ref report, ref manifold, ref batcher);
 }