CustomDestroy
Introduction
Code Example
Sprite mMySprite;
MyEntityType mMyEntityInstance;mMySprite = SpriteManager.AddSprite("redball.bmp", ContentManagerName);
mMyEntityInstance = new MyEntityType(ContentManagerName);SpriteManager.RemoveSprite(mMySprite);
mMyEntityInstance.Destroy();For Glue Users
Last updated
Was this helpful?