/// <inheritdoc /> public void Execute(int index) { var e = SpatialHash.GetObject(IsometricIndexForThisFrame[index]); IsometricDepthCDFE[e.Entity] = new IsometricDepthData { Depth = index }; }