Class PaginationAttribute
Tag a list field or property to add pagination.
Implements
Inherited Members
Namespace: Unity.Platforms.UI
Assembly: solution.dll
Syntax
public class PaginationAttribute : InspectorAttribute, _Attribute
Constructors
Name | Description |
---|---|
PaginationAttribute(params int[]) | Constructs a new instance of PaginationAttribute with the specified pagination sizes. |
Fields
Name | Description |
---|---|
AutoHide | Indicates if the pagination should be hidden when the list contains less elements than the minimal pagination size. |
Sizes | Returns the pagination sizes that should be displayed. |