Transform.worldPosition

This returns the object's position relative to the world origin, not the parent.

struct Transform
final @property
vec3f
worldPosition
@safe pure nothrow
(
)

Return Value

Type: vec3f

The object's position relative to the world origin, not the parent.

Meta