Enum PaddingMode
Padding mode for outside grid values.
Namespace: Unity.Sentis.Layers
Assembly: Unity.Sentis.dll
Syntax
public enum PaddingMode
Fields
| Name | Description |
|---|---|
| Border | Use border value for out-of-bound grid locations. |
| Reflection | Use values at locations reflected by the border for out-of-bound grid locations. Distant values are reflected multiple times until in bounds. |
| Zeros | Use 0 for out-of-bound grid locations. |