C# Class WTSpriteComponent, FutilePrototyper

Inheritance: WTAbstractComponent
Show file Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Methods

Method Description
SpriteContainsGlobalPoint ( Vector2 globalPoint ) : bool
WTSpriteComponent ( string name, FSprite, sprite ) : System.Collections
WTSpriteComponent ( string name, string imageName ) : System.Collections

Method Details

SpriteContainsGlobalPoint() public method

public SpriteContainsGlobalPoint ( Vector2 globalPoint ) : bool
globalPoint Vector2
return bool

WTSpriteComponent() public method

public WTSpriteComponent ( string name, FSprite, sprite ) : System.Collections
name string
sprite FSprite,
return System.Collections

WTSpriteComponent() public method

public WTSpriteComponent ( string name, string imageName ) : System.Collections
name string
imageName string
return System.Collections