PinAndExecute
Summary
public void PinAndExecute(Action action)
Pins the voxel storage to prevent closing, then executes specified action. Unpins when action completes.
Parameters
- Action action
Summary
public void PinAndExecute(Action<IMyStorage> action)
Pins the voxel storage to prevent closing, then executes specified action. Unpins when action completes.
Parameters
- Action
action