Class MySectorContactEvent
Inheritance
System.Object
MySectorContactEvent
Assembly: Sandbox.Game.dll
public sealed class MySectorContactEvent : MulticastDelegate
Constructors
Declaration
public MySectorContactEvent(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(int itemId, MyEntity other, ref MyPhysics.MyContactPointEvent evt, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Int32 |
itemId |
|
| MyEntity |
other |
|
| Sandbox.Engine.Physics.MyPhysics.MyContactPointEvent |
evt |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(ref MyPhysics.MyContactPointEvent evt, IAsyncResult result)
Parameters
| Type |
Name |
Description |
| Sandbox.Engine.Physics.MyPhysics.MyContactPointEvent |
evt |
|
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(int itemId, MyEntity other, ref MyPhysics.MyContactPointEvent evt)
Parameters
| Type |
Name |
Description |
| System.Int32 |
itemId |
|
| MyEntity |
other |
|
| Sandbox.Engine.Physics.MyPhysics.MyContactPointEvent |
evt |
|