Summary

public void PinAndExecute(Action action)

Pins the voxel storage to prevent closing, then executes specified action. Unpins when action completes.

Parameters

Summary

public void PinAndExecute(Action<IMyStorage> action)

Pins the voxel storage to prevent closing, then executes specified action. Unpins when action completes.

Parameters