MonoGdx.Scene2D.Group.ResetTransform C# (CSharp) 메소드

ResetTransform() 보호된 메소드

protected ResetTransform ( GdxSpriteBatch spriteBatch ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
리턴 void
        protected void ResetTransform(GdxSpriteBatch spriteBatch)
        {
            spriteBatch.TransformMatrix = _oldBatchTransform;
        }