Show / Hide Table of Contents

Class MyEntitiesInterface

Callbacks to various MyEntities methods.

Inheritance
System.Object
MyEntitiesInterface
Namespace: VRage.Game.Entity
Assembly: VRage.Game.dll
Syntax
public class MyEntitiesInterface : Object

Constructors

MyEntitiesInterface()

Declaration
public MyEntitiesInterface()

Fields

Close

Declaration
public static Action<MyEntity> Close
Field Value
Type Description
System.Action<MyEntity>

IsCloseAllowed

Is closing of objects allowed?

Declaration
public static Func<bool> IsCloseAllowed
Field Value
Type Description
System.Func<System.Boolean>

IsUpdateInProgress

Is update of all entities in progress?

Declaration
public static Func<bool> IsUpdateInProgress
Field Value
Type Description
System.Func<System.Boolean>

RaiseEntityRemove

Declaration
public static Action<MyEntity> RaiseEntityRemove
Field Value
Type Description
System.Action<MyEntity>

RegisterDraw

Register entity for drawing.

Declaration
public static Action<MyEntity> RegisterDraw
Field Value
Type Description
System.Action<MyEntity>

RegisterUpdate

Register entity for updating.

Declaration
public static Action<MyEntity> RegisterUpdate
Field Value
Type Description
System.Action<MyEntity>

Remove

Declaration
public static Func<MyEntity, bool> Remove
Field Value
Type Description
System.Func<MyEntity, System.Boolean>

RemoveFromClosedEntities

Declaration
public static Action<MyEntity> RemoveFromClosedEntities
Field Value
Type Description
System.Action<MyEntity>

RemoveName

Declaration
public static Action<MyEntity> RemoveName
Field Value
Type Description
System.Action<MyEntity>

SetEntityName

Callback to public static void MyEntities.SetEntityName(MyEntity myEntity, bool possibleRename = true).

Declaration
public static Action<MyEntity, bool> SetEntityName
Field Value
Type Description
System.Action<MyEntity, System.Boolean>

UnregisterDraw

Unregister entity from drawing.

Declaration
public static Action<MyEntity> UnregisterDraw
Field Value
Type Description
System.Action<MyEntity>

UnregisterUpdate

Unregister entity from updating.

Declaration
public static Action<MyEntity, bool> UnregisterUpdate
Field Value
Type Description
System.Action<MyEntity, System.Boolean>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾