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