docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum InterpolationMode

    Options for the interpolation mode to use for Resize.

    Namespace: Unity.Sentis.Layers
    Assembly: Unity.Sentis.dll
    Syntax
    public enum InterpolationMode

    Fields

    Name Description
    Cubic

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

    Linear

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

    Nearest

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

    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)