dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Text.collideWith
Dgame
Graphics
Text
Text
Check whether the bounding box of this Sprite collide with the given Rect
bool
collideWith
(Text rhs)
bool
collideWith
(FloatRect rect)
class
Text
const
bool
collideWith
(
ref
const
FloatRect
rect
)
bool
collideWith
(FloatRect rect)
Meta
Source
See Implementation
Dgame
Graphics
Text
Text
constructors
this
functions
_render
calculateCenter
collideWith
forceUpdate
format
getBackgroundColor
getBlend
getBoundingBox
getColor
getFont
getString
getTexture
opBinary
opCall
replaceFont
setBackgroundColor
setBlend
setColor
properties
height
width
variables
_bg
_blend
_fg
_font
_needUpdate
_tex
_text
Check whether the bounding box of this Sprite collide with the given Rect