ByChance.Core.Chunk.Rotate C# (CSharp) Метод

Rotate() приватный Метод

Rotates the chunk by 90°.

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

private Rotate ( ) : bool
Результат bool
        internal virtual bool Rotate()
        {
            return true;
        }