BackgroundUIDBGridDisplay.itemsPerRow
public Int32 itemsPerRow { get; }Description#
Gets the number of items in a row
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(BackgroundUIDBGridDisplay target) { System.Int32 result = target.itemsPerRow; } }