Click or drag to resize
SpriteBaseRemoveFromCategories Method
Remove the sprite from its designated categories. USE ONLY on dynamically added sprites.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public abstract void RemoveFromCategories()
Remarks
This is used by functions involved with the creation and deactivation of dynamically created sprites to ensure that a deactivated sprite no longer exists in any categories/collections. It's called by Clean, which is called by ProcessSprites.
See Also