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 |
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 |