TriggerDelegateclass

objectMulticastDelegateTriggerDelegate
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.ActionGraphs.TriggerActionComponent.TriggerDelegate : System.MulticastDelegate

Constructors1

Showing 1 constructors

public TriggerDelegate(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(Sandbox.Collider other, System.AsyncCallback callback, object object)PUBLICVIRTUAL

ParameterTypeDescription
otherCollider
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual void EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:void

public virtual void Invoke(Sandbox.Collider other)PUBLICVIRTUAL

ParameterTypeDescription
otherCollider
Returns:void

On this page