ByChance.Core.Chunk.Rotate C# (CSharp) Méthode

Rotate() private méthode

Rotates the chunk by 90°.

Actual rotation algorithm is implemented by the concrete 2D and 3D chunk classes.

private Rotate ( ) : bool
Résultat bool
        internal virtual bool Rotate()
        {
            return true;
        }