docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Field PickResolutionMax

    The maximum resolution allowed when unrolling a curve to hit test while picking (selecting a spline with a cursor).

    Pick resolution is used when determining how many segments are required to unroll a curve. Unrolling is the process of calculating a series of line segments to approximate a curve. Some functions in SplineUtility allow you to specify a resolution. Lower resolution means fewer segments, while higher resolutions result in more segments. Use lower resolutions where performance is critical and accuracy is not paramount. Use higher resolution where a fine degree of accuracy is necessary and performance is less important.

    Namespace: UnityEngine.Splines
    Assembly: solution.dll
    Syntax
    public const int PickResolutionMax = 64
    Returns
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2024 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)