Table of Contents

Delegate JobCullingGroup.StateChanged

Namespace
AwesomeTechnologies.Utility.Culling
Assembly
Assembly-CSharp.dll
public delegate void JobCullingGroup.StateChanged(JobCullingGroupEvent sphere)

Parameters

sphere JobCullingGroupEvent
Extension Methods

Constructors

StateChanged(object, nint)

public StateChanged(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(JobCullingGroupEvent, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(JobCullingGroupEvent sphere, AsyncCallback callback, object @object)

Parameters

sphere JobCullingGroupEvent
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(JobCullingGroupEvent)

public virtual void Invoke(JobCullingGroupEvent sphere)

Parameters

sphere JobCullingGroupEvent