示例#1
0
            /// <inheritdoc />
            public void Execute(int index)
            {
                var e = SpatialHash.GetObject(IsometricIndexForThisFrame[index]);

                IsometricDepthCDFE[e.Entity] = new IsometricDepthData {
                    Depth = index
                };
            }