MonoGdx.Graphics.G2D.GdxSpriteBatch.Begin C# (CSharp) 메소드

Begin() 공개 메소드

public Begin ( ) : void
리턴 void
        public void Begin()
        {
            Begin(DefaultProjectionMatrix, Matrix.Identity);
        }

Same methods

GdxSpriteBatch::Begin ( Matrix projectionMatrix, Matrix transformMatrix ) : void