FlatRedBall.Graphics.Layer.Remove
Introduction The Remove method is responsible for removing the argument object from the calling Layer. Remove has the following signatures: Remove(Sprite spriteToRemove) Remove(SpriteFrame spriteFrame) Remove(Text textToRemove) Remove(Scene scene) Remove(IDrawableBatch batchToRemove) When to call Remove Calling Remove is usually not necessary. The reason is because the internal list that Layers use to keep track of objects[…]