Interface IPageMetrics
Inherited Members
Namespace: Unity.UIWidgets.widgets
Syntax
public interface IPageMetrics : ScrollMetrics
Properties
page
Declaration
float page { get; }
Property Value
Type | Description |
---|---|
Single |
viewportFraction
Declaration
float viewportFraction { get; }
Property Value
Type | Description |
---|---|
Single |