public static void Remove(SBNode pSpriteBatchNode) { Debug.Assert(pSpriteBatchNode != null); SBNodeMan pSBNodeMan = pSpriteBatchNode.getSBNodeMan(); Debug.Assert(pSBNodeMan != null); pSBNodeMan.remove(pSpriteBatchNode); }