Delegate JobCullingGroup.StateChanged
- Namespace
- AwesomeTechnologies.Utility.Culling
- Assembly
- Assembly-CSharp.dll
public delegate void JobCullingGroup.StateChanged(JobCullingGroupEvent sphere)
Parameters
sphereJobCullingGroupEvent
- Extension Methods
Constructors
StateChanged(object, nint)
public StateChanged(object @object, nint method)
Parameters
Methods
BeginInvoke(JobCullingGroupEvent, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(JobCullingGroupEvent sphere, AsyncCallback callback, object @object)
Parameters
sphereJobCullingGroupEventcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(JobCullingGroupEvent)
public virtual void Invoke(JobCullingGroupEvent sphere)
Parameters
sphereJobCullingGroupEvent