docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method UpdateIK

    UpdateIK(float)

    Perform the Solver IK update.

    Declaration
    public void UpdateIK(float globalWeight)
    Parameters
    Type Name Description
    float globalWeight

    Weight for position solving.

    UpdateIK(List<Vector3>, float)

    Perform the Solver IK update with specified target positions.

    Declaration
    public void UpdateIK(List<Vector3> targetPositions, float globalWeight)
    Parameters
    Type Name Description
    List<Vector3> targetPositions

    Target positions.

    float globalWeight

    Weight for position solving.

    In This Article
    Back to top
    Copyright © 2023 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)