C# Class WTSliceSpriteComponent, FutilePrototyper

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

Public Methods

Method Description
SpriteContainsGlobalPoint ( Vector2 globalPoint ) : bool
WTSliceSpriteComponent ( string name, string imageName, float width, float height, float insetTop, float insetRight, float insetBottom, float insetLeft ) : System.Collections

Method Details

SpriteContainsGlobalPoint() public method

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

WTSliceSpriteComponent() public method

public WTSliceSpriteComponent ( string name, string imageName, float width, float height, float insetTop, float insetRight, float insetBottom, float insetLeft ) : System.Collections
name string
imageName string
width float
height float
insetTop float
insetRight float
insetBottom float
insetLeft float
return System.Collections