Skip to main content

CarouselControls.entries

public Int32 entries { get; set; }

Description#

Get/Set the number of entries to display

Usage#

Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(CarouselControls target)    {        System.Int32 result = target.entries;    }   }