Scrolling Game Development Kit 2 Help
Scrolling Game Development Kit 2 Help
Scrolling Game Development Kit Coding Reference
LayerBase Class
LayerBase Methods
AppendFrames Method
ClearInjections Method
Draw Method
ExecuteRules Method
ExecuteRulesInternal Method
GetBottomSolidPixel Method
GetEnumerator Method
GetLeftSolidPixel Method
GetMousePosition Method
GetRightSolidPixel Method
GetTile Method
GetTopSolidPixel Method
InjectFrames Method
InjectSprites Method
IsSpriteVisible Method
Move Method
ProcessSprites Method
PushSpriteIntoView Method
ScrollSpriteIntoView Method
LayerBase
IsSpriteVisible Method
Determines if any part of the specified sprite is visible in the current view.
Namespace:
(Default Namespace)
Assembly:
Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
Copy
public
bool
IsSpriteVisible
(
SpriteBase
sprite
)
Parameters
sprite
Type:
(Default Namespace)
SpriteBase
Sprite to test.
Return Value
Type:
Boolean
True if any part of the specified sprite is visible in the map's
CurrentView
.
See Also
Reference
LayerBase Class
(Default Namespace) Namespace
Send comments on this topic to
bluemonkmn@users.sourceforge.net