PhysicsContactFoundEvent

Summary

Definition

Namespace: SDT4.Managed.Physics.Events
Assembly: SDT4.Managed.Physics.dll

sealed class PhysicsContactFoundEvent
Inheritance:

ObjectDelegateMulticastDelegatePhysicsContactFoundEvent

Implements:

ICloneable, ISerializable

Fields

Name Type Description

Properties

Name Type Description

Methods

public virtual Void Invoke(Actor other, Int32 shapeIndex, Int32 otherShapeIndex, Boolean persists, PhysicsContactPatch[] patches)

Parameters:


public virtual IAsyncResult BeginInvoke(Actor other, Int32 shapeIndex, Int32 otherShapeIndex, Boolean persists, PhysicsContactPatch[] patches, AsyncCallback callback, Object object)

Parameters:

Returns:


public virtual Void EndInvoke(IAsyncResult result)

Parameters: