PassedBroadphaseHandlerΒΆ
-
class
PassedBroadphaseHandler: System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable A delegate to inform the user that a pair of bodies passed the broadsphase system of the engine.
-
public bool
Invoke(IBroadphaseEntity entity1, IBroadphaseEntity entity2) Parameters: - entity1 (Jitter.Collision.IBroadphaseEntity) –
- entity2 (Jitter.Collision.IBroadphaseEntity) –
-
public System.IAsyncResult
BeginInvoke(IBroadphaseEntity entity1, IBroadphaseEntity entity2, System.AsyncCallback callback, System.Object object) Parameters: - entity1 (Jitter.Collision.IBroadphaseEntity) –
- entity2 (Jitter.Collision.IBroadphaseEntity) –
- callback (System.AsyncCallback) –
- object (System.Object) –
-
public bool
EndInvoke(System.IAsyncResult result) Parameters: - result (System.IAsyncResult) –
-
public bool