Transform

Undocumented in source.

Members

Properties

local_to_world_transform
Matrix4 local_to_world_transform [@property getter]

gets local-to-world transform

position
Vector3 position [@property getter]

gets 3d position

position
Vector3 position [@property setter]

sets 3d position

position2
Vector2 position2 [@property getter]

gets 2d position

position2
Vector2 position2 [@property setter]

sets 2d position

rotation
float rotation [@property setter]

sets Z-axis rotation

rotation
float rotation [@property getter]

gets Z-axis rotation

scale
Vector3 scale [@property getter]

gets 3d scale

scale
Vector3 scale [@property setter]

sets 3d scale

scale2
Vector2 scale2 [@property getter]

gets 2d scale

scale2
Vector2 scale2 [@property setter]

sets 2d scale

world_to_local_transform
Matrix4 world_to_local_transform [@property getter]

gets world-to-local transform

Meta