CraftingQueueUIGridDisplay.orientation
public Orientation orientation { get; set; }Description#
Gets/Sets the object orientation
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(CraftingQueueUIGridDisplay target) { Orientation result = target.orientation; } }