Click or drag to resize
SpriteCheckSpriteHitsSprite Method
Check to see if two sprites hit each-other. The sprite collision methods are not all programmed in.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public void CheckSpriteHitsSprite(
	Sprite target,
	SpriteCollisionMethod how
)

Parameters

target
Type: SpriteLibrarySprite
The Sprite we are checking to see if we hit
how
Type: SpriteLibrarySpriteCollisionMethod
The method we use to determine if they hit
See Also