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;
        }