Click or drag to resize

IScrollRectProxy Interface

A delegate used to communicate with a ScrollRect

Namespace:  frame8.Logic.Misc.Visual.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IScrollRectProxy

The IScrollRectProxy type exposes the following members.

Methods
  NameDescription
Public methodGetContentSize
The width of the content panel, if the ScrollRect is horizontal (the height, else)
Public methodGetNormalizedPosition
Public methodSetNormalizedPosition
normalizedPosition is exactly the same as the ScrollRect.horizontalNormalizedPosition, if the ScrollRect is horizontal (ScrollRect.verticalNormalizedPosition, else)
Top
Events
  NameDescription
Public eventScrollPositionChanged
The float parameter has the same format as described in SetNormalizedPosition(Single)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also