Show / Hide Table of Contents

Class MyEntity.MyEntityFactoryCreateObjectBuilderDelegate

Inheritance
System.Object
MyEntity.MyEntityFactoryCreateObjectBuilderDelegate
Namespace: VRage.Game.Entity
Assembly: VRage.Game.dll
Syntax
public sealed class MyEntityFactoryCreateObjectBuilderDelegate : MulticastDelegate

Constructors

MyEntityFactoryCreateObjectBuilderDelegate(Object, IntPtr)

Declaration
public MyEntityFactoryCreateObjectBuilderDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(MyEntity, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(MyEntity entity, AsyncCallback callback, object object)
Parameters
Type Name Description
MyEntity entity
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual MyObjectBuilder_EntityBase EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
MyObjectBuilder_EntityBase

Invoke(MyEntity)

Declaration
public virtual MyObjectBuilder_EntityBase Invoke(MyEntity entity)
Parameters
Type Name Description
MyEntity entity
Returns
Type Description
MyObjectBuilder_EntityBase
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾