Summary

public IMyEntity CreateFromObjectBuilderParallel(MyObjectBuilder_EntityBase objectBuilder, bool addToScene, Action<IMyEntity> completionCallback)

Creates and asynchronously initializes and entity.

Returns

IMyEntity

Createentity. Entity would be inited correctly after callback trigger

Parameters