NormalTransformable

Mixin template that generates the boilerplate code for the $(U Transformable) interface.

This template is provided for convenience, so that you don't have to add the properties and functions manually.

Members

Functions

getInverseTransform
const(Transform) getInverseTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransform
const(Transform) getTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(Vector2f offset)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

origin
Vector2f origin [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
origin
Vector2f origin [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Vector2f position [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
Vector2f position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rotation
float rotation [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
rotation
float rotation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scale
Vector2f scale [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
scale
Vector2f scale [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta