Click or drag to resize

SpriteControllerPlaceSpriteInFrontOf Method

Make the sprite go in front of the specified sprite.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public void PlaceSpriteInFrontOf(
	Sprite WhatToSend,
	Sprite ToGoInFrontOf
)

Parameters

WhatToSend
Type: SpriteLibrarySprite
The sprite to change the display order of
ToGoInFrontOf
Type: SpriteLibrarySprite
The sprite we want to make sure we display in front of
See Also