C# Class LTGUI, LeanTween

Afficher le fichier Open project: dentedpixel/LeanTween Class Usage Examples

Méthodes publiques

Свойство Type Description
BUTTONS_MAX int
RECTS_PER_LEVEL int
RECT_LEVELS int

Méthodes publiques

Méthode Description
checkOnScreen ( Rect rect ) : bool
checkWithinRect ( Vector2 vec2, Rect rect ) : bool
destroy ( int id ) : void
destroyAll ( int depth ) : void
element ( LTRect, rect, int depth ) : LTRect,
firstTouch ( ) : Vector2
hasNoOverlap ( Rect rect, int depth ) : bool
init ( ) : void
initRectCheck ( ) : void
label ( LTRect, rect, string label, int depth ) : LTRect,
label ( Rect rect, string label, int depth ) : LTRect,
pressedWithinRect ( Rect rect ) : bool
reset ( ) : void
texture ( LTRect, rect, Texture texture, int depth ) : LTRect,
texture ( Rect rect, Texture texture, int depth ) : LTRect,
update ( int updateLevel ) : void

Method Details

checkOnScreen() public static méthode

public static checkOnScreen ( Rect rect ) : bool
rect Rect
Résultat bool

checkWithinRect() public static méthode

public static checkWithinRect ( Vector2 vec2, Rect rect ) : bool
vec2 Vector2
rect Rect
Résultat bool

destroy() public static méthode

public static destroy ( int id ) : void
id int
Résultat void

destroyAll() public static méthode

public static destroyAll ( int depth ) : void
depth int
Résultat void

element() public static méthode

public static element ( LTRect, rect, int depth ) : LTRect,
rect LTRect,
depth int
Résultat LTRect,

firstTouch() public static méthode

public static firstTouch ( ) : Vector2
Résultat Vector2

hasNoOverlap() public static méthode

public static hasNoOverlap ( Rect rect, int depth ) : bool
rect Rect
depth int
Résultat bool

init() public static méthode

public static init ( ) : void
Résultat void

initRectCheck() public static méthode

public static initRectCheck ( ) : void
Résultat void

label() public static méthode

public static label ( LTRect, rect, string label, int depth ) : LTRect,
rect LTRect,
label string
depth int
Résultat LTRect,

label() public static méthode

public static label ( Rect rect, string label, int depth ) : LTRect,
rect Rect
label string
depth int
Résultat LTRect,

pressedWithinRect() public static méthode

public static pressedWithinRect ( Rect rect ) : bool
rect Rect
Résultat bool

reset() public static méthode

public static reset ( ) : void
Résultat void

texture() public static méthode

public static texture ( LTRect, rect, Texture texture, int depth ) : LTRect,
rect LTRect,
texture Texture
depth int
Résultat LTRect,

texture() public static méthode

public static texture ( Rect rect, Texture texture, int depth ) : LTRect,
rect Rect
texture Texture
depth int
Résultat LTRect,

update() public static méthode

public static update ( int updateLevel ) : void
updateLevel int
Résultat void

Property Details

BUTTONS_MAX public_oe static_oe property

public static int BUTTONS_MAX
Résultat int

RECTS_PER_LEVEL public_oe static_oe property

public static int RECTS_PER_LEVEL
Résultat int

RECT_LEVELS public_oe static_oe property

public static int RECT_LEVELS
Résultat int