Exemple #1
0
 public float GetValueWithIndexClamped(Vector2 uv)
 {
     return(MyArrayUtils.GetValueWithIndexClamped(Array, uv));
 }