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 |