Method | Description | |
---|---|---|
RemoveWhenAlphaIs1 ( Sprite si ) : void |
Removes the argument Sprite if it is opaque. This method is commonly used with Sprites which have a positive AlphaRate and which should be removed when completely visible. |
|
RemoveWhenInvisible ( Sprite sprite ) : void |
Removes the argument Sprite when its Alpha equals 0.
|
|
RemoveWhenJustCycled ( Sprite sprite ) : void |
Removes teh argument Sprite after it cycles its AnimationChain.
|
|
RemoveWhenOutsideOfScreen ( Sprite sprite ) : void |
Removes the argument Sprite when it is outside of the default Camera's view (SpriteManager.Camera).
|
public static RemoveWhenAlphaIs1 ( Sprite si ) : void | ||
si | Sprite | Sprite to remove. |
return | void |
public static RemoveWhenInvisible ( Sprite sprite ) : void | ||
sprite | Sprite | The Sprite to remove. |
return | void |
public static RemoveWhenJustCycled ( Sprite sprite ) : void | ||
sprite | Sprite | The Sprite to remove. |
return | void |
public static RemoveWhenOutsideOfScreen ( Sprite sprite ) : void | ||
sprite | Sprite | The Sprite to remove. |
return | void |