On this pageUIDisplayGrid.orientationpublic Orientation orientation { get; set; }CopyDescription#Gets/Sets the object orientationUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UIDisplayGrid target) { Orientation result = target.orientation; } }Copy