C# Class WTSpriteComponent, FutilePrototyper

Inheritance: WTAbstractComponent
Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

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

Method Details

SpriteContainsGlobalPoint() public méthode

public SpriteContainsGlobalPoint ( Vector2 globalPoint ) : bool
globalPoint Vector2
Résultat bool

WTSpriteComponent() public méthode

public WTSpriteComponent ( string name, FSprite, sprite ) : System.Collections
name string
sprite FSprite,
Résultat System.Collections

WTSpriteComponent() public méthode

public WTSpriteComponent ( string name, string imageName ) : System.Collections
name string
imageName string
Résultat System.Collections