MonoGdx.Scene2D.Group.ResetTransform C# (CSharp) Méthode

ResetTransform() protected méthode

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