docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetWorldPositionAndRotation

    SetWorldPositionAndRotation(float3, quaternion)

    Sets the world-space position and rotation to the provided values.

    Declaration
    public void SetWorldPositionAndRotation(float3 position, quaternion rotation)
    Parameters
    Type Name Description
    float3 position

    The new world-space position

    quaternion rotation

    The new world-space rotation

    Remarks

    This operation is significantly more expensive than the local-space equivalent. Its execution time is proporitional to the depth of this object in its transform hierarchy. Only use it when the call site specifically needs world-space transform data for objects that may be in a hierarchy.

    See Also
    SetLocalPositionAndRotation(float3, quaternion)
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)