RecipeComponentListUI.content
public Transform content { get; }Description#
Gets the RectTransform used for housing data
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(RecipeComponentListUI target) { Transform result = target.content; } }