docs.unity3d.com
    Show / Hide Table of Contents

    Enum InterpolationMode

    Options for the interpolation mode to use for Resize.

    Namespace: Unity.Sentis.Layers
    Syntax
    public enum InterpolationMode

    Fields

    Name Description Value
    Nearest

    Use the nearest element to the calculated coordinate. The exact behaviour depends on nearestMode.


    0
    Linear

    Use a linear sampling of the surrounding elements to the calculated coordinate.


    1
    Cubic

    Use a cubic sampling of the surrounding elements to the calculated coordinate.


    2
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023