Esempio n. 1
0
 private Vector2 CalculateOffset(Vector2 delta)
 {
     return(ScrollRect.InternalCalculateOffset(ref this.m_ViewBounds, ref this.m_ContentBounds, this.m_Horizontal, this.m_Vertical, this.m_MovementType, ref delta));
 }