Transform.translate

Combine the current transform with a translation.

This function returns a reference to this, so that calls can be chained.

struct Transform
void
translate
(
float x
,
float y
)

Return Value

Type: void

this

Meta