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