PhysicsContactFoundEvent
Summary
Definition
Namespace: SDT4.Managed.Physics.Events
Assembly: SDT4.Managed.Physics.dll
sealed class PhysicsContactFoundEvent
Inheritance:
Object ➔ Delegate ➔ MulticastDelegate ➔ PhysicsContactFoundEvent
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:
-
other(Actor): -
shapeIndex(Int32): -
otherShapeIndex(Int32): -
persists(Boolean): -
patches(PhysicsContactPatch[]):
public virtual IAsyncResult BeginInvoke(Actor other, Int32 shapeIndex, Int32 otherShapeIndex, Boolean persists, PhysicsContactPatch[] patches, AsyncCallback callback, Object object)
Parameters:
-
other(Actor): -
shapeIndex(Int32): -
otherShapeIndex(Int32): -
persists(Boolean): -
patches(PhysicsContactPatch[]): -
callback(AsyncCallback): -
object(Object):
Returns:
public virtual Void EndInvoke(IAsyncResult result)
Parameters:
result(IAsyncResult):