MonoGdx.Scene2D.Group.ResetTransform C# (CSharp) Method

ResetTransform() protected method

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