On this pageCarouselControls.entriespublic Int32 entries { get; set; }CopyDescription#Get/Set the number of entries to displayUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CarouselControls target) { System.Int32 result = target.entries; } }Copy