Transform.worldRotation

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

struct Transform
final @property
quatf
worldRotation
@safe pure nothrow
(
)

Return Value

Type: quatf

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

Meta