what's the translation attribute of a Spatial node indicate?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Thakee Nathees

what does it mean? the documentation isn’t clear?


    Vector3 translation
            set_translation(value) setter
            get_translation() getter
    Local translation of this node.
:bust_in_silhouette: Reply From: Dlean Jeans

It’s equivalent to transform.origin and 2D (local) position as opposed to global_transform.origin and global_position.