Open kkjusdoit opened 1 year ago
var p = position - scrollOffset / cellInterval; var firstIndex = Mathf.CeilToInt(p); var firstPosition = (Mathf.Ceil(p) - p);// * cellInterval;
Hi @setchi I'm new learning your code, I have problem to understand above caculation, why this can get first index and position?
how do you design the formula
Hi @setchi I'm new learning your code, I have problem to understand above caculation, why this can get first index and position?